How to get list of downloaded apps (paid/free) by a user from Google Play?

前端 未结 6 754
萌比男神i
萌比男神i 2020-12-12 20:18

I recently came across this app Purchase Apps, which is somehow able to retrieve apps I\'ve paid for in google play after I signed in using my google account.

I\'m

6条回答
  •  隐瞒了意图╮
    2020-12-12 20:36

    you can get the package name of all installed apps on device and then get the information of every installed package that you find in the device from google play without any need to get to user account. there is some third party or unofficial apis to get google play apps details as json by getting the app package name. for example: https://42matters.com/ then use the received information for every package to find free ones.

提交回复
热议问题