Hey guys i have been searching alot on the forum about this but i cant get a definitive answer. I´m close to finishing my game and i want to be able to introduce API on the game, however i would also like to able to save the purchases and the progress inside the game the user has made in case for example the user unnistalls the game and installs it again or in case the they change phones or even want to play the game on a different device.
Is there anyway i can achieve this? I i just use LocalStorage to save the progress of the game, all progress is lost if the user unnistalls the game right?
I have been looking into the plugin Google Play Services and i know Google uses Google Cloud.
By using this plugin is it possible to achieve this?
Heres the link:
https://developers.google.com/games/ser ... quickstart
If not, i am very much open to any suggestions in how to be able to save not only the progress of the game outside of the user device as well as any purchases they have made.
Thanks alot for any answers.