gunar
gunar

Reputation: 14710

query android market place

I am building an application that at some point involves In-App Billing. To add a level of security, after an item is successfully purchased, a server will ask Android Market if the item was purchased by a specific user.

Is there any API (Java, C, any language) that would allow the server to query Android Market if a purchase was successful?

Regards

Upvotes: 2

Views: 323

Answers (1)

mbwasi
mbwasi

Reputation: 4307

Pretty sure that would be in In-App billing itself i.e "after the item is successfully purchased" means that the user has bought it, no further checks would be needed.

http://developer.android.com/guide/market/billing/billing_overview.html

Upvotes: 1

Related Questions