Jon W
Results
2
comments of
Jon W
trafficstars
@UP714581 Have you created the www/manifest.json file? I was dealing with the same error on Android, but had missed the instructions on doing this on the plugin's docs. [https://github.com/AlexDisler/cordova-inapppurchases-app/blob/master/www/manifest.json#L1](https://github.com/AlexDisler/cordova-inapppurchases-app/blob/master/www/manifest.json#L1)
@ahmu83 Try `inAppPurchase.getProducts(['com.myapp.my_prod'])` instead. Note the square brackets—to the best of my knowledge, getProducts() requires an array.