-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library works in simulator, but not in real device, both iOS and android. #194
Comments
Same problem here... share option is not showing on real devices whereas it is showing on the simulator . |
I have the same problem. |
@Karanbsankey Do you have any updates on the issue? |
I have made some changes and its working for me... i will share them with you sooner |
yes some changes i hv done |
are you able to solve it ? |
@Karanbsankey Will you share your fix? |
i ve used this package with all new features with react native greater than 0.60 support react-native-receive-sharing-intent |
I have the same problem. any updates ? |
Guys, try to change share extension version and version to version of main app, maybe it is solution of yours problem |
Business Scenario:
I am trying to pull data from other application sources for e.g.: in case of pulling url link from browser in my react native application, using this share extension. It works with ios simulators only, but not on real devices, both android and iOS.
Issue description:
Whenever trying to pull data from other applications (Sharing of data from other application to my app) app gets freeze for iOS. App crashes in the case of android devices.
Current status:
Following is the environment we are testing on for share extension and we are facing this issue :
android simulator: Pixel 3 (android pie).
android real devices with android version from marshmallow to pie.
iOS simulator : iPhone X, iPhone 11 and 11 pro.
iOS real devices: iPhone 6s and iPhone 6s+, iPhone X.
.
.
react native: version - 0.61.4
share extension: version - 2.0.0
.
.
Even though we have implemented all the steps as mentioned above and gone through the implementation again and again it seems correct, but not able to make it working on real devices.
If anyone has faced similar issue, please do provide more insights on the same.
Thanks in advance.
The text was updated successfully, but these errors were encountered: