Closed tverilytt closed 6 years ago
Hi!
Sorry, no clues here, don't remember having this issue... I recorded the whole procedure for iOS on camera: https://www.youtube.com/watch?v=eaE4m_xO1mg&feature=youtu.be
Great to hear it works on Android though.
@j3k0 Thanks for that! I have watched the recording, great thing to provide 👍 Are you on the same XCode version? Will do some more retries and config checks, seems like XCode does not recognize the relation between the App ID and the App Group, although all looks good in the Web Developer console...
Cheers -jo
The video is a few month old (October). I'm generally up-to-date with XCode versions, but I don't remember what was the latest at the time.
Good luck. Let me know if you learn anything worth adding to the documentation.
I finally managed to resolve this, should never underestimate a night session with a couple of beers ;-)
I had counted on that App ID with associated App Groups config, was included in provisioning profile. But I started to suspect it was not, and therefore tried to, in XCode, to: 1 Modify the "Bundle identifier"
then the error message in Capabilities -> App Groups disappeared.
But still, after deploying the app to a device, the share with the app did not appear.
Turned out the "Deployment info" settings for "ShareExt" target was not set for Deployment Target and Devices was set to IPhone. These were modified to match the settings in the app target:
then the share with choice for the app appeared when sharing an image from another app, and all now seems to wrk well, as for Android :-)
Cheers -jo
Thanks for the troubleshooting procedure, might be useful to others: referenced it on the wiki (newly created).
I'd like to put together a showcase of apps using the feature (so people see that it works). If you're interested in being listed, let me know when your app is live.
@j3k0 Thanks a lot! My app "Pictrul" is currently in beta on Google Play store: https://play.google.com/store/apps/details?id=com.torsmyr.picturl
Cheers -jo
Hi!
Plugin works great in Android, thanks a lot 👍
I do struggle with IOS though, when in XCode (9.2) configuring the App Group.
I get the exact same message as shown in the screenshot here:
I have configured the App Group in IOS Developer pages, adding it to the App ID, and updating the provisioning profile. And doing the same for the "ShareExt" target.
Anyone else run into this situation?!
Cheers -jo