react-native-receive-sharing-intent icon indicating copy to clipboard operation
react-native-receive-sharing-intent copied to clipboard

Receive Sharing Intent is not working in release build for IOS [Error: file type is Invalid]

Open Ankappa opened this issue 3 years ago • 6 comments

App doesn't open when tapped from share menu IOS 14.4 , XCODE Version 13.2.1 (13C100), "react-native-receive-sharing-intent": "^2.0.0", "react-native": "0.64.1", share info.list

NSExtension NSExtensionAttributes NSExtensionActivationRule NSExtensionActivationSupportsFileWithMaxCount 100 NSExtensionActivationSupportsImageWithMaxCount 100 NSExtensionActivationSupportsMovieWithMaxCount 100 NSExtensionActivationSupportsText NSExtensionActivationSupportsWebURLWithMaxCount 1 PHSupportedMediaTypes Video Image NSExtensionMainStoryboard MainInterface NSExtensionPointIdentifier com.apple.share-services ![WhatsApp Image 2022-03-19 at 5 01 44 PM](https://user-images.githubusercontent.com/11225598/159119455-a392dcf1-bdcf-482c-8e7c-851669d2a176.jpeg)

Ankappa avatar Mar 19 '22 07:03 Ankappa

@ajith-ab can you please me

Ankappa avatar Mar 21 '22 07:03 Ankappa

did you manage to fix this?

WasimIbKhan avatar Sep 20 '22 17:09 WasimIbKhan

any solution now?

fukemy avatar Nov 18 '22 03:11 fukemy

Nope just decided not to include it. Tell me if you find something.

On Fri, 18 Nov 2022, 03:42 kemy do, @.***> wrote:

any solution now?

— Reply to this email directly, view it on GitHub https://github.com/ajith-ab/react-native-receive-sharing-intent/issues/128#issuecomment-1319504063, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOYTSDRPBQ7QBJDSZSR4UO3WI33KRANCNFSM5RDUPG5A . You are receiving this because you commented.Message ID: @.*** .com>

WasimIbKhan avatar Nov 18 '22 14:11 WasimIbKhan

I found it, groupname must match bundle id, because the swift code using bundleId to get share data

fukemy avatar Nov 19 '22 04:11 fukemy

Thanks for the update. Really appreciate it. Now I can add it for myself hopefully.

On Sat, 19 Nov 2022, 04:03 kemy do, @.***> wrote:

I found it, groupname must match bundle id, because the swift code using bundleId to get share data

— Reply to this email directly, view it on GitHub https://github.com/ajith-ab/react-native-receive-sharing-intent/issues/128#issuecomment-1320787956, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOYTSDSC4GIX2CPP2RPB45DWJBGRLANCNFSM5RDUPG5A . You are receiving this because you commented.Message ID: @.*** .com>

WasimIbKhan avatar Nov 19 '22 07:11 WasimIbKhan