It seems like a really dumb question, but I can’t seem to find good online information on this.
Basically, we have an app where we want to start using virtual currency. It’s the typical, you buy so many coins, then you trade it for some items within the app.
The question we are trying to figure out is, how do we make sure the users can restore the virtual goods and the currencies that they have purchased (but unspent) - when they reinstall the app or switch device. We understand we may have to roll our own server, or look for an existing server to store the content, but even then, how do I ID the same user? I know we can do it if we have our own user account registration process, but we really would like to avoid that.
Any thoughts & suggestions are highly appreciated.
Thanks!
Andrew