ko2ic / image_downloader

Flutter plugin that downloads images and movies on the Internet and saves to Photo Library on iOS or specified directory on Android.
https://pub.dartlang.org/packages/image_downloader#-readme-tab-
MIT License
92 stars 113 forks source link

iOS: not able to delete image after download, permission denied. #109

Open pribbernow-marc opened 2 years ago

pribbernow-marc commented 2 years ago

For iOS it seems impossible to delete an image again after it was downloaded. I granted permission to mediaLibrary, photos, storage but I still get the error: flutter: FileSystemException: Deletion failed, path = '/var/mobile/Media/DCIM/100APPLE/IMG_0013.PNG' (OS Error: Operation not permitted, errno = 1) Does somebody have an idea? On Android it works. Thanks in advance.

hanhmh1203 commented 1 year ago

I have the same issue, any update?