Persistent data after application uninstall?

Hi,
I’m trying to save a file so it is persistent even in case the application is deleted. Is there any folder I can save a file to that is not deleted with the app? I guess the answere is no but just to make sure…

In case it is not possible, which network solution would you recomend? I was thinking of Amazon simpleDB

Thanks! [import]uid: 76413 topic_id: 28242 reply_id: 328242[/import]

Someone may need to verify this, but now that Corona apps can save data that can get uploaded and synced with iCloud, the data should stay up in there, even if you delete the app locally on your iOS device.

Of course, you can always do a manual HTTP/FTP upload, but you’d have to create some sort of unique hash for each device or a set of credentials to save to its own folder or filename. [import]uid: 6084 topic_id: 28242 reply_id: 114119[/import]

I checked iCloud solution but it doesn’t fit to my project. iCloud makes backups when it wants and you cannot call the data back when you need it.

I will have to use the http option.

Thanks [import]uid: 76413 topic_id: 28242 reply_id: 114144[/import]