ShekarMudaliyar / social_share

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

Share to Twitter on iOS does not work #59

Open kaciula opened 3 years ago

kaciula commented 3 years ago

Hi. Sharing to Twitter on iOS does not seem to work. Nothing happens. The same call works correctly on Android.

SocialShare.shareTwitter(text, url: url)

What may be the cause? I have the Twitter added in the url schemes.

<key>LSApplicationQueriesSchemes</key>
<array>
    <string>twitter</string>
</array>

I am using version 2.0.6.

yasseralhendawy commented 3 years ago

I had the same issue, just provide the url

kyniema4 commented 3 years ago

same issue, any solution?

crackerli commented 3 years ago

I have the same issue, with the newest version.

omnibrain commented 3 years ago

+1 😞

ArtemZip commented 3 years ago

same issue (using master branch), any ETA?

Sourabh-221B commented 2 years ago

facing same issue. is there any other library working ???

juanagu commented 2 years ago

same issue here, any workaround to solve it?

ManukumarSB commented 2 years ago

Facing same issue...

kaciula commented 2 years ago

Does anyone know any working alternative plugins for Twitter sharing? I've tried several and sharing to Twitter on ios does not work with any of them.