AppFiles
App-private persistent storage. Files persist for the lifetime of the app installation but are not visible to the user. Best for documents the app needs to keep but the user shouldn't manage.
Android:
context.filesDir—/data/data/<pkg>/files/.iOS:
NSApplicationSupportDirectory—<sandbox>/Library/Application Support/.