我对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)那么,我可以将购买日期发送到我们的服务器吗?
答案 0 :(得分:0)
使用以下参数在getPurchaseHistory
中尝试使用IInAppBillingService
方法:
getPurchaseHistory(int apiVersion, String packageName, String type, String continuationToken, Bundle extraParams)
其中type是" inapp"或者" subs"你想要的。