onPurchasesUpdated中的购买清单为null

时间:2018-06-29 08:17:28

标签: in-app-purchase in-app-subscription

付款后,我会看到回调

onPurchasesUpdated(int responseCode, @Nullable List<Purchase> purchases)

因此responseCode = BillingClient.BillingResponse.OK,但购买=空。

我通过本指南https://developer.android.com/google/play/billing/billing_java_kotlin

实施了此操作

0 个答案:

没有答案