0

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

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

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

1) 我的 Android 应用程序中有两个自动续订订阅(每月、每年)。

2) 我已经购买了每月订阅。

3) 但我的问题是,在 Play 商店完成自动更新后,我们如何才能获得Purchase History of My Android Application from Google Play Store每个月的费用。

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

4

1 回答 1

0

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

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

其中 type 是您想要的“inapp”或“subs”。

于 2017-04-27T12:55:09.790 回答