↧
inAppPurchaseManager and config.xml
Just a short note because I found it nowhere else on the net: If you’re getting this error: ERROR: Plugin ‘InAppPurchaseManager’ not found, or is not a CDVPlugin. Check your plugin mapping in...
View ArticlePosting requesting multiple products with inAppPurchaseManager
Documentation for inAppPurchaseManager is poor at best. Here’s how to initialize with multiple products: window.plugins.inAppPurchaseManager.requestProductsData(["myproduct1", "myproduct2",...
View Article