ShekarMudaliyar / social_share

Flutter package to share images/videos/text on social media
https://pub.dev/packages/social_share
MIT License
111 stars 188 forks source link

The plugin doesn't work on Android #125

Open vovaklh opened 1 year ago

vovaklh commented 1 year ago

Hi! I did setup for Android by using tutorial from README. It doesn't work. the method "shareInstagramStory" always return error. On IOS everything works well.

ALexDangCoder commented 1 year ago

i'm resolve your issue with:

SocialShare.shareMetaStory( appId: FacebookAppID, platform: 'shareInstagramStory', imagePath: filePath, )

evanca commented 1 year ago

I think I've identified the issue, @ShekarMudaliyar. When I attempt to share a story without an image background on Android, it doesn't work (for example, using only #000000 as backgroundTopColor and backgroundBottomColor). However, as soon as I add a valid backgroundResourcePath, it works.

sonny-SW-Developer commented 1 year ago

Did someone resolve this issue? It doesn't work in Android but well in IOS. Why Android have a issue? When I called checkInstalledAppsForShare(), my phone already installed instagram and facebook, but the result is false. Also, when I used shareInstagramStory, It doesn't work.. Please anyone help. Thanks.

CarlosMedina10 commented 11 months ago

Did someone resolve this issue? It doesn't work in Android but well in IOS. Why Android have a issue? When I called checkInstalledAppsForShare(), my phone already installed instagram and facebook, but the result is false. Also, when I used shareInstagramStory, It doesn't work.. Please anyone help. Thanks.

I have this issue too, can you solve?

DeveloperMuvu commented 10 months ago
...

work for me!

Regards

DeveloperMuvu commented 10 months ago

`

...

`

here! solution!