Where on the device can I save data such that it is never deleted even when the app is deleted/uninstalled?
Thanks,
Genie
Where on the device can I save data...?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Where on the device can I save data...?
Unless I'm mistaken you can't. Data lives with the app in folders you create inside the app's sandbox. Delete the app and you delete the sandbox.
Gerry
Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Former LiveCode developer.
Now recovering.
Re: Where on the device can I save data...?
If you need this sort of functionality you are best looking at a Cloud File system.
mergDropboxSync will give you this sort of functionality I believe if you set the App up in the correct way.
mergDropboxSync will give you this sort of functionality I believe if you set the App up in the correct way.
Re: Where on the device can I save data...?
Ohhh..
Thanks Gerry and Nakia.
