Here is the thing...
Player buys 100.000 coins in game, it's consumable, so i send to google information about it's being consumed.
After being consumed, google play returns that the player doesn't have the item so it can be bought again.
So far so good.
Let's say the player still have 90.000 coins and will uninstall the app or the developer (me) need to update how it saves the game internally, or the phone got stolen, or is switching devices, yadda yadda yadda, etc...
How can I make sure that the same player restores his money from a game with no internal save data?
Normally we would use Google Play Cloud Saves API, but there is no Construct 2 Plugin for it, so any ideas? =P
Thanks for you time!