I would like to know when it is appropriate and necessary to use setnobackupflag. My app has the following features.
- It can download an assetbundle from a server and store it in cache and in persistentdata folder (same as documents?)
- It stores an audio file in streamingAssets
- It can store an audio file in persistent data folder (same as documents I think).
- It uses playerprefs.
Does anyone know if this can be set on a folder or if it has to be applied to every single file within the folder? Also is there any way to test this before submitting? ie see what is on iCloud? I don't see any relevant files in ~/Library/Mobile Documents
– mstar_jwoodall