Where on the device can I save data...?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
genie
Posts: 108
Joined: Thu Dec 01, 2011 7:19 am

Where on the device can I save data...?

Post by genie »

Where on the device can I save data such that it is never deleted even when the app is deleted/uninstalled?

Thanks,
Genie
Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Where on the device can I save data...?

Post by Jellicle »

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
14" MacBook Pro
Former LiveCode developer.
Now recovering.
Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

Re: Where on the device can I save data...?

Post by Nakia »

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.
genie
Posts: 108
Joined: Thu Dec 01, 2011 7:19 am

Re: Where on the device can I save data...?

Post by genie »

Ohhh.. :( Thanks Gerry and Nakia.
Post Reply