Spare User Data from Updates

Simple as the title.

How do you keep a certain file from being overwritten/deleted when you send an update to the app store.

I want to be able to save certain user inputs between versions.

If someone could point me in the right direction, It would be greatly appreciated.

Hi @thetekbytes,

The easiest way is to store the data in the app’s local “sandbox” and retrieve it later. This guide should get you started:

http://docs.coronalabs.com/guide/data/readWriteFiles/index.html

Best regards,

Brent

Hi @thetekbytes,

The easiest way is to store the data in the app’s local “sandbox” and retrieve it later. This guide should get you started:

http://docs.coronalabs.com/guide/data/readWriteFiles/index.html

Best regards,

Brent