I'm using Google's Version 3 API for the in-app purchases. I have a non-consumable managed in-app product, as well as a variety of consumable managed in-app products. Is there a way I can count how many times a consumable has been purchased by a certain user?
Even though I am able to count it on my own and cache the data on the device, the problem comes in when the user switches devices. When a different device is used, the count remains only on the old device and does not transfer. If I can get the count from Google, it would make the user-experience smoother. I've looked around at other answers, but it seems like this may not be possible at the moment?
No comments:
Post a Comment