简体   繁体   English

Android - Google BillingClient queryPurchaseHistoryAsync 响应

[英]Android - Google BillingClient queryPurchaseHistoryAsync response

the doc for queryPurchaseHistoryAsync simply states: queryPurchaseHistoryAsync 的文档简单说明:

Returns the most recent purchase made by the user for each SKU, even if that purchase is expired, canceled, or consumed.返回用户最近为每个 SKU 进行的购买,即使该购买已过期、取消或消费。

Can someone confirm that it ONLY returns purchases for this app?有人可以确认它只返回此应用程序的购买吗? We want to be able to check past subscriptions of this app but are weary of the privacy issues related to getting ALL past purchases我们希望能够检查此应用的过去订阅,但厌倦了与获取所有过去购买相关的隐私问题

Thanks in advance!提前致谢!

当然,它仅来自您的应用程序,我 100% 肯定,不用说,它仅返回在您的应用程序中购买的商品的购买详细信息。

The BillingClient is related to your package name only. BillingClient 仅与您的包名称相关。 Absolutely you need to see all the transactions and purchases of your only app related to this package (xxx.yyyy.zzzz)您绝对需要查看与此软件包相关的唯一应用程序的所有交易和购买 (xxx.yyyy.zzzz)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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