Open
Description
I saw that remark for downloadFile
method:
(IOS only): The NSURLIsExcludedFromBackupKey property can be provided to set this attribute on iOS platforms. Apple will reject apps for storing offline cache data that does not have this attribute.
It is possible add the desired path as an option to downloadFile
method, or do I need to implement this in the iOS project?
Thanks!