cordova-plugin-purchase
cordova-plugin-purchase copied to clipboard
In-App Purchase for Cordova on iOS, Android and Windows
What is the replacement for old requested method. `store.when('product').requested(function (p) {});`
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [ws](https://github.com/websockets/ws) from 8.14.1 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
In the Netherlands a payment method 'iDeal' exists. Basically the user is transferred to its bank app where he/she can confirm the payment. Now what frequently, but not always, happens...
App crash when doing restorePurchase() with a user that has made thousands of transactions in the app. Let's try to reproduce (maybe fake it native side) and come up with...
Previously, in the old API, I used an event store.when().owned to fire when a transaction was finally complete and its receipt was present. Then, I would send that receipt to...
2 Problems ! For android , it is working okay on both cases, whenever the user have already subscribed and clicked on "the button" the popup will appear telling you...
Cordova Purchase Plugin : 10.6.0 the loop continues endlessly and the array is constantly increasing ```js this.iap2.verbosity = this.iap2.DEBUG; this.iap2.register({ id: '10credit', type: this.iap2.CONSUMABLE }); this.iap2.when("10credit") .approved(p => p.verify()) .verified(p...
### system info Cordova 10 Device: Samsung Galaxy A50 Android 11 Plugin Version: 10.6 ### Expected behavior After an expired subscription the product should be available again. ### Observed behavior...
Huawei made available their plugin for inapp purchases from cordova apps for use in the Huawei Appgallery store. It would be great to have that store supported in the @j3k0...