Check if InApp is purchased

in the application I'm developing, you can buy additional features. After uninstalling the application, the general settings disappeared. How can I verify that I purchased inApp-Product after a new installation.

Thanks in advance!

+3
source share
2 answers

You must use the Restore Transactions request to get billing information. More details here .

+4
source

you must use recovery transaction.if use recovery transaction, but your products must be MANAGED. https://groups.google.com/forum/?fromgroups=#!topic/android-developers/sjGejJAF7FM

+2
source

All Articles