Hi,
is there a list of available functions in the Cocos SDK Hub plugin for GPlay IAPs?
The Sample project is prepared rather for the Huawei platform and misses a list of available functions of the Google Play IAP plugin. By experimenting I found these functions are available for Google Play IAPs:
feeForProduct
isEnvReady
consume
queryPurchases (is not currently mentioned in the sample project)
I can’t find GPlay IAP alternatives of the following Huawei platform functions :
obtainProductInfo
obtainOwnedPurchases
And following functions of the Google Play IAB library:
queryPurchasesAsync, queryPurchases, getPurchaseState, getBillingConfigAsync, queryPurchaseHistory, queryProductDetailsAsync, queryProductDetails, …
Hi, yes I know about these sources you shared. The example is very poor and mises important functions of the GooglePlay Fee plugin like “queryPurchases”. Eg. the function “obtainOwnedPurchases” is not available in the Google Play Fee plugin when I try to test it on my Android device.
Thx for any recommendations on how to use the Google Play Fee plugin.