raj
raj
Found this which is inspired by ng-walkthrough of angular 2: https://github.com/Zefling/ng-walkthrough
I'm having issue with making inapppurchase work in Ionic. I was testing with "android.test.purchased". Code is pretty straight forward: ```javascript this.iap .getProducts(['android.test.purchased']) .then((products) => { console.log(JSON.stringify(products)); this.iap .buy('android.test.purchased') .then((data)=> {...
One thing I found was that with same set up if I buy actual product (one that I set up for my app), it works as expected. Only with the...
@marvin-SL thanks a lot! I had to add ` ` in the plugin.xml to make it work though.
Apologise for posting the key. I have deleted from my comments above and also revoked it. OPTIONS was not getting `Access-Control-Allow-Origin` header that was the reason I was thinking path...
I had tried both. First from javascript, tried to `POST`. Then I tried to hit `OPTIONS`, from the POSTMAN. This is what is getting printed in browser console `Failed to...