Skip to content

[Bug]: Save Image not working on iOS 12 #899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
maxhis opened this issue Jun 7, 2022 · 0 comments
Closed

[Bug]: Save Image not working on iOS 12 #899

maxhis opened this issue Jun 7, 2022 · 0 comments
Labels
bug Something isn't working triage

Comments

@maxhis
Copy link

maxhis commented Jun 7, 2022

Platform

iOS 12.5.5

Plugin

share_plus

Version

3.x ~ 4.x

Flutter SDK

3.0.0

Steps to reproduce

  1. Share an image with Share.shareFilesWithResult([file_path], mimeTypes: ['image/png'])
  2. Select Save image item in opened ShareSheet.

No error throws, but the image has not been saved to Camera Roll. The issue only occurs in iPhone 6(running iOS 12.5.5), which works as expected on iOS 15 devices.

Code Sample

final result = await Share.shareFilesWithResult([file_path], mimeTypes: ['image/png']);
log('Share image: ${result.status}');

Logs

[log] /var/mobile/Containers/Data/Application/F60EEFBB-2E5C-450C-8665-C98D4C7B14C1/Documents/1654609214427669.png
[log] Share image: ShareResultStatus.success

Flutter Doctor

• No issues found!
@maxhis maxhis added bug Something isn't working triage labels Jun 7, 2022
@maxhis maxhis closed this as completed Jun 7, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant