I was wondering is there a way to get the apps user bought from Google Play Store or pretty much all the applications. Ofcourse this would need user permission but is there any api which can be used to fetch this information ?
Asked
Active
Viewed 288 times
2 Answers
1
No, there's no official API for getting all user activity on the Google Play store, outside of your own application. However, you can use technologies like LVL and/or in-app-billing APIs to determine whether a user has purchased your own app, from within your own app.

Alexander Lucas
- 22,171
- 3
- 46
- 43
-
Then how does this app do it: https://play.google.com/store/apps/details?id=com.azefsw.purchasedapps ? – android developer Apr 02 '18 at 22:30
-1
You can get all installed applications. Look the answer of Nelson Ramirez: How to get a list of installed android applications and pick one to run

Community
- 1
- 1

Fernando Camargo
- 3,085
- 4
- 30
- 49