Team,
We are developing a phonegap app with inAppPurchase. We do the purchase using the plugin cordova-plugin-purchase.
Reference URL: https://github.com/j3k0/cordova-plugin-purchase
Once we request a product, the store gives all the details with owned state as "false" value.
After purchasing, we get owned state as "true". We do not get any transaction details in the product details.
We get transaction Ids frequently when we call the store.update method.
Our questions are,
1. Can we use the "owned" boolean value to check if the purchase has done or not?
2. The loop is running infinitely if we call store.update method. Is this the process in Sandbox?