kenandalda
Results
1
comments of
kenandalda
Same issue. However, I fixed it by modify the JS code in the `purchaseProduct` callback. ```javascript onPurchaseBtnPress_(product) { InAppUtils.purchaseProduct(product.identifier, (error, response) => { if (response && response.productIdentifier) { AlertIOS.alert('Purchase Successful',...