【发布时间】:2013-06-07 23:05:04
【问题描述】:
以下是我的问题:-
- 是否可以通过使用任何 api 以编程方式通过 Google Play 针对他们的 google 帐户获取用户已安装的应用程序列表?请注意,我不是在询问设备中当前安装的应用程序列表,而是在某个时候已安装的应用程序列表。
我需要解决上述问题,因为我正在考虑我的应用程序中的一个场景,即:
- 我想在前三个月免费向用户提供我的应用程序,三个月后如果用户卸载应用程序然后再次安装我想通过用户安装的任何 api(来自 Google Play)检测该应用程序第二次(并且不应获得任何免费使用)。
Please note that I don't want to use any web service to store the account id & device id of the user at my side.
【问题讨论】:
-
这是您可以开始搜索的地方:code.google.com/p/android-market-api 这也可能会有所帮助:stackoverflow.com/questions/10661434/…
标签: android google-play