Hello everyone, Apple has rejected our application because we store files for offline viewing under localStorage (/Documents)
This is an extract of the message, we received :
Data that can be recreated but must persist for proper functioning of your app - or because customers expect it to be available for offline use - should be marked with the "do not back up" attribute. For NSURL objects, add the NSURLIsExcludedFromBackupKey attribute to prevent the corresponding file from being backed up. For CFURLRef objects, use the corresponding kCFURLIsExcludedFromBackupKey attribute.
How can we do this with Adobe Air using Flex SDK 4.6?
+LA