At android phone, after store playerprefs data, this disappears when delete the app and install again.
How can I store above data and restoring after re-install the app?
Thank.
At android phone, after store playerprefs data, this disappears when delete the app and install again.
How can I store above data and restoring after re-install the app?
Thank.
Hello!
When the user deletes the app off their phone, all data with the app gets deleted with it.
The only work around I know is to connect to a server somewhere, upload data to the server, and then restore it when the user re-installs. This can be your own LAMP server, Google App Engine, AWS, iCloud, Dropbox, etc…
hi.
Thx.
Then, how can we know that user is same guy who legally installed original app or legitimate guy who purchased in-app-item before?
If the user has purchased the app before, then they can redownload from the App store.
For in-app-purchases, yeah, the player will lose everything unless you save the data somewhere safe.