简体   繁体   中英

Google Play Store Subscriptions History

I'am using subscriptions in my application and it is working perfectly during testing. However, I didn't find a way to get user subscription history for all transactions.

Example:
-User subscribed to product id "sub1" for 3 months. (purchaseToken : "X")
-User canceled subscription for same product id "sub1"
-User resubscribed for same product id (purchaseToken : "Y")

In this scenario when querying queryPurchaseHistoryAsync() function it is returning only latest purchase. Also when using this [API][ https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get] it returns only information of a specific purchase token ("Y" retreived from queryPurchaseHistoryAsync()).

Is there any other way to get user subscriptions history (Detailed transactions) ?
Any help would be greatly appreciated

经过大量搜索,结果发现没有API返回特定订阅的详细交易。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM