ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
41 stars 39 forks source link

Example doesn't work on iOS -> data is always null #72

Open Nikoro opened 10 months ago

Nikoro commented 10 months ago

I followed all of the instructions couple of times with creating brand new flutter projects and tried couple of times with running the example app.

I tried sharing some links, text and posts (on Android it works as expected) on iOS the example app is opening but without any values.

I used both default group name as well as custom group name.

Tested on both Simulator and iPhone 13 mini with iOS (16.7.1)

tmratwork commented 10 months ago

same for me :( share_handler: ^0.0.19

schilken commented 10 months ago

I changed only the default group ids to my name not the CUSTOM_GROUP_ID and the example didn't work.

I had to comment out the CUSTOM_GROUP_ID in ios/ShareExtension/Info.plist as described in the README. After that the example worked.

    <!-- <key>AppGroupId</key>
    <string>$(CUSTOM_GROUP_ID)</string> -->