2

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 ?

user1932923
  • 354
  • 3
  • 18

2 Answers2

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
-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