0
在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驗證訂閱嗎?Android InApp結算V3 - 訂閱驗證
在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驗證訂閱嗎?Android InApp結算V3 - 訂閱驗證
每當您的應用程序需要知道用戶購買的所有內容時,它必須調用一個名爲getPurchases()
的api調用。這將返回一個json
對象,其中包含用戶已購買的所有產品ID的詳細信息。
是的,您可以使用基於http的API驗證或取消您的後端服務器訂閱。