Hello,
So I’ve implemented IAP in Android but one thing remains is how to validate a user across multiple devices?
For instance, user purchases a consumable on one phone and then logs in on another phone…
How can I validate the user has made a purchase on the other phone? The purchase is tied to the google account and not the phone. So is there a way to get info about the google account that is logged in currently?
I.E. I do not want to burden the user with creating an account just so I can persist…