- Home /
Updating my game on Play Store or App Store
If I published my game on Play Store or App Store, and then I put a new updates in it, will the game automatically save player's data or it will reset back to zero? I am really curious because I am currently developing a mobile game.
Comment
For me it worked updating my apps. I think you have a script which saves the data externally to a file. And this file won't be deleted by updates. But you could show us your script to know it for sure. Also I would simply test it without updating in store. Simply export in Xcode and upload to your phone.