Play商店中我的应用的自动可续订应用内购买历史记录

时间:2016-06-15 06:06:00

标签: android in-app-purchase google-play-services auto-renewing

我对Android非常陌生,我用谷歌搜索但没有找到任何合适的示例或教程甚至指导。

所以我需要以下要求的帮助或指导。

I need Purchase date from Play Store for Auto Renewable In-App Purchase History

1)我的Android应用程序中有两个可自动更新的订阅(每月,每年)。

2)我已购买月度订阅。

3)但我的问题是,在Play商店完成Auto-Renewable之后,我们如何才能获得Purchase History of My Android Application from Google Play Store每月一次。

4)那么,我可以将购买日期发送到我们的服务器吗?

1 个答案:

答案 0 :(得分:0)

使用以下参数在getPurchaseHistory中尝试使用IInAppBillingService方法:

getPurchaseHistory(int apiVersion, String packageName, String type, String continuationToken, Bundle extraParams)

其中type是" inapp"或者" subs"你想要的。