Desi
Results
1
issues of
Desi
I've already set up the products on google play console. ### Your code / steps to reproduce ```js try{ inAppPurchase.getProducts(['com.comp.prod1']) .then(function (products) { alert(JSON.stringify(products)); }) .catch(function (err) { alert("fail" +...