Exclude downloaded files from backup in iOS
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 ;)
Apple Documentation says: https://developer.apple.com/library/archive/qa/qa1719/_index.html
Could you provide a PR for it?
@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.
Hello, any update on this? Or maybe it was already fixed in more recent version? Thank You