如何从Google Developer API获取订阅的历史付款列表?

时间:2015-09-30 13:22:50

标签: in-app-purchase google-play-developer-api

通过使用Google Play Developer API和调用https://www.googleapis.com/androidpublisher/v2/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get),可以获得有关订阅是否仍然有效的信息。

如何在不猜测的情况下为每笔付款找到orderId(通过这样做:https://developer.android.com/google/play/billing/billing_subscriptions.html)? 是否可以通过对API的服务帐户调用获取用户订阅的所有历史付款? (例如,使用purchaseToken和subscriptionId。)

0 个答案:

没有答案