在Android InApp billing的文档中写有With In-app Billing Version 3, the failed or expired subscription is no longer returned when you call getPurchases.
这究竟是什么意思?
V3中是否可以通过developer API验证订阅?
答案 0 :(得分:0)
每当您的应用程序需要知道用户购买的所有内容时,它必须调用一个名为getPurchases()
的api调用。这将返回一个json
对象,其中包含用户已购买的所有产品ID的详细信息。
是,您可以使用基于http的API验证或取消后端服务器的订阅。