I am implementing in-app billing into an Android game and we want to use a server to store the purchase information.
According to what I understood so far, Android Marke
Update: You can use the getPurchases()
method to retrieve "un-consumed" purchases, as explained in the developer docs:
http://developer.android.com/google/play/billing/billing_reference.html#getPurchases
Original Answer (now out of date)
The Google Checkout API is deprecated. You should now use the Purchase Status API.
If you plan to use the Purchase Status API, the link above mentions these limitations: