[ BUG ] : Experiencing a weird behavior when sharing to stories! random link with no input is shared to story
Plugin name Appinio social share
Describe the bug When I am sharing something to Instagram Stories with the appinio social share package a random link with no input is shared also to Instagram. Even if I just add the Instagram id without background etc.
To Reproduce
await appinioSocialShare.iOS.shareToInstagramStory( 'xxx', attributionURL: "test" ).then((value) { Navigator.push( context, MaterialPageRoute( builder: (context) => DetailsScreen( data: [ restaurant, context.read<AuthBloc>().state.user, 1, context.read<AuthBloc>().state.user!.fcm_token, ], ), ), ); });
Expected behavior No link should be shared
Screenshots
Did you find a workwround? I am facing the same issue
The same with me.
This is not an issue from this package. Happens with e.g. the Spotify app as well when sharing to Instagram on there. Is probably an issue on Instagram's side.
I think this is a problem on Instagram side to. But for me in the Spotify app the same not occur. I think this is a little bit strange.