-
Notifications
You must be signed in to change notification settings - Fork 242
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
Share doesn't redirect to app (iOS) #157
Comments
Same here. More instructions on this would be much appreciated. |
@davidsalib I noticed that on iOS for some types of files it does NOT launch the app at all. But when sharing an image for example it works. Did you manage to get it working with Android? |
The instructions seem to be wrong and at least on iOS, the |
@kubik369 Your solution works for me, thanks! BTW, do you know how could we directly share text to app without pressing "Post" or "Continue to App" in iOS ? Hope to hear your expertise. |
@lukelu0520 Hi, you should be able to open the app immediately when the user selects it in the share menu, you don't need to wait for any press as far as I know :) |
@kubik369 Thanks for your reply:) I was wondering if you follow the example folder or the iOS instruction. Seems like there is discrepancy between them. ps: Android works great, be able to open the app immediately when the user selects it in the share menu, but iOS has the issue. |
@kubik369 hi sir, kindly explain i am trying to send extraData in my app from share by using continueInApp in IOS but i can't receive that data in my app. can u please help. @lukelu0520 @gilsonviana-modus @davidsalib
|
@asadd-irfan same problem. Are you have solution for this? |
@kubik369 have you solved it for you, to skip dialog on iOS ? |
@roman-myshchyshyn I wasn't able to get rid of the modal popping up for a split second (although I think it would be possible with some objective C/Swift skills). We have it currently set up so that |
@kubik369 Can you please share the steps on how you did that? Thanks! |
@teja2495 In case you still need it you can call |
I've tried with both the default Share popup, and a custom popup.
In both cases, when I press "Post" or "Continue to App", the main app doesn't launch.
I verified that the
HostAppBundleIdentifier
andHostAppURLScheme
are set properly in both the App and Share Extension Info.plist respectively.Any ideas/advice is much appreciated!
The text was updated successfully, but these errors were encountered: