You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to share a single photo to Instagram via default system share sheet, I get an error saying that it is not possible to share multiple photos and video on Instagram.
To Reproduce
Steps to reproduce the behavior:
final pngBytes = ...
final directory = await getApplicationDocumentsDirectory();
final path = directory.path;
File file = File('$path/image');
await file.writeAsBytes(pngBytes);
await appinioSocialShare.iOS.shareToSystem(
'Check my image!', filePaths: [file.path],
);
Expected behavior
Be able to share a single image to Instagram as I can do from any photo, without any text
Screenshots
Desktop (please complete the following information):
OS: iOS 18.1
Smartphone (please complete the following information):
Device: iPhone 14 Pro
OS: iOS 18.1
The text was updated successfully, but these errors were encountered:
Plugin name
Appinio social share 0.3.2
Describe the bug
When trying to share a single photo to Instagram via default system share sheet, I get an error saying that it is not possible to share multiple photos and video on Instagram.
To Reproduce
Steps to reproduce the behavior:
final pngBytes = ...
final directory = await getApplicationDocumentsDirectory();
final path = directory.path;
File file = File('$path/image');
await file.writeAsBytes(pngBytes);
await appinioSocialShare.iOS.shareToSystem(
'Check my image!', filePaths: [file.path],
);
Expected behavior
Be able to share a single image to Instagram as I can do from any photo, without any text
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: