Skip to content
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

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

Open
Nikoro opened this issue Oct 23, 2023 · 2 comments
Open

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

Nikoro opened this issue Oct 23, 2023 · 2 comments

Comments

@Nikoro
Copy link

Nikoro commented Oct 23, 2023

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
Copy link

same for me :(
share_handler: ^0.0.19

@schilken
Copy link

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> -->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants