Closed ucpritam closed 4 months ago
Any fix? @khanmujeeb687
Hey @ucpritam , could you please try once without emojis? Just plain text? or text with image.
@khanmujeeb687, I have tried using plain text, but the issue persists. I have identified the bug in you code which exists in ShareUtil.swift (Line no. 479), where you are adding the text twice. Although this works on older iOS versions, this problem occurs on the latest iOS version (> iOS 16).
Hey @ucpritam , I have added a condition for that line now based on ios version, and it still works for ios 18 beta. I hope this will fix your issue. This change will be available in next version of our plugin. Thanks :)
Great Thanks!
Plugin name Appinio social share.
Describe the bug I cannot post a tweet even if my Twitter character limit is under 280 characters. I am using the appinioSocialShare.iOS.shareToTwitter() method.
To Reproduce Steps to reproduce the behavior:
Expected behavior I should be able to post tweet as my character limit is under 280 characters.
Screenshots
Smartphone:
Here is my code
await appinioSocialShare.iOS.shareToTwitter(message, file.path);