iOS and Android persistent data save
I want to save user score, tried shared objects and also file save(in both applicationStorage and Documents directory) but the data is deleted on game unistall or update.
I want to save user score, tried shared objects and also file save(in both applicationStorage and Documents directory) but the data is deleted on game unistall or update.
I think that should only happen while you are testing, because Flash is effectively deleting the old app before installing the update. The App Store doesn’t work quite the same way.
The timing was good for this question, I just had an app update go live in the app store. Sure enough, the shared object data I had saved in the previous version was still there in the updated version.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.