1

Is there any way to verify purchase of application (not a in-app billing) using google play api? Thanks

Shvet
  • 1,159
  • 1
  • 18
  • 30

2 Answers2

0

There is NO official APIs of Google Play to consume data but you can try some Unofficial like

https://code.google.com/p/android-market-api/

Ganesh AB
  • 4,652
  • 2
  • 18
  • 29
0

From within the app you can use the LVL Licensing Verification Library:

http://developer.android.com/google/play/licensing/overview.html#LVL

weston
  • 54,145
  • 21
  • 145
  • 203