Pravinkumar Putta
Pravinkumar Putta
@guenolefr @jhasenfuss The method implementations have been updated, please check the new documentation update accordingly. This was the fix in my case.
1. Product Pricing ``` // Old IAP_PRODUCT['currency'] IAP_PRODUCT['price'] IAP_PRODUCT['priceMicros'] // New IAP_PRODUCT['pricing']['currency'] IAP_PRODUCT['pricing']['price'] IAP_PRODUCT['pricing']['priceMicros'] ``` 2. IAP initialisation ``` // Old const store = (window).CdvPurchase.store; store.register([{ id: IAP_PRODUCT, type: store.CONSUMABLE,...
@jhasenfuss Code looks okay, but what exactly is the problem you are facing? Are you getting some kind of error on the console? or is nothing happening? Please share the...
$getItem returning null always.