flutter_downloader icon indicating copy to clipboard operation
flutter_downloader copied to clipboard

Exclude downloaded files from backup in iOS

Open alhafoudh opened this issue 5 years ago • 4 comments

As far as I checked the source, flutter_downloader does not have option to exclude files from backup. I have an app that downloads big movies for offline viewing. They are 1GB+. I dont want then to end up in my iCloud Backup ;)

alhafoudh avatar Oct 27 '20 21:10 alhafoudh

Apple Documentation says: https://developer.apple.com/library/archive/qa/qa1719/_index.html

alhafoudh avatar Oct 27 '20 21:10 alhafoudh

Could you provide a PR for it?

hnvn avatar Nov 14 '20 04:11 hnvn

@hnvn I can, but I have questions. Do we mark all files excluded from backup? If not, we need to add column to the download tasks databse to track which tasks need to mark the files and which not.

alhafoudh avatar Nov 19 '20 10:11 alhafoudh

Hello, any update on this? Or maybe it was already fixed in more recent version? Thank You

Matej-Hlatky avatar Oct 13 '23 06:10 Matej-Hlatky