gusevmaksim
gusevmaksim
Thanks, it helped. Previously, I always did without this parameter and it worked. In the script, you have to comment out the line that swears at the version.
The example does not work with version 4, most likely the reason is BillingDataSource 'queryPurchases(java.lang.String)' is deprecate Necessary queryPurchasesAsync private List getPurchases(String[] skus, String skuType) { Purchase.PurchasesResult pr = billingClient.queryPurchases(skuType);...
No, it doesn't work
This function does not work /** * Used internally to get purchases from a requested set of SKUs. This is particularly important * when changing subscriptions, as onPurchasesUpdated won't update...