cordova-plugin-purchase icon indicating copy to clipboard operation
cordova-plugin-purchase copied to clipboard

In-App Purchase for Cordova on iOS, Android and Windows

Results 130 cordova-plugin-purchase issues
Sort by recently updated
recently updated
newest added

### Observed behavior I'm unable to register any products for GooglePlay. When I debug the app, I see "GooglePlay is not supported" in the logs, see below. ``` [INFO:CONSOLE(8)] "Create...

I've integrated version 13.11.1 of the cordova-plugin-purchase into my Ionic application. Additionally, I've set up a consumable product in the Apple App Store and created a dedicated sandbox user for...

I do not see a warning message My app has been updated to use the Google Play Billing Library version 7.0.0. However, the warning message in the Google Play Console...

### Observed behavior no free period(3day) in ios ### _Include logs with `CdvPurchase.store.verbosity = CdvPurchase.LogLevel.DEBUG`_ Is in file: [herohabit_bugs_22.06.2024.log](https://github.com/user-attachments/files/16165183/herohabit_bugs_22.06.2024.log) ### Expected behavior When paying, it is expected that it will...

### Observed behavior In Constructor ```js this.plt.ready().then(async () => { // this.store.verbosity = LogLevel.INFO; this.store = CdvPurchase.store; this.registerProducts(); this.setupListeners(); this.store?.initialize(); }); ``` Calls in Sequences ```js private registerProducts() { const...

Hi. I've been getting the "IabHelper.java:32: error: package com.android.vending.billing does not exist" error message on Command Prompt while attempting to increase my SDK number to 34, as demanded by Google...

I've integrated version 13.10.0 of the cordova-plugin-purchase into my Ionic application. Additionally, I've set up a consumable product in the Apple App Store and created a dedicated sandbox user for...

Hello There is any way to do this please ? One auto-renewable product Local validation only (or at least decoding) to just get the Purchase date (expiry date not needed)...

Hi, this might be a dumb question and apologies if this is mentioned in the docs somewhere, but I can't seem to find clear documentation how to do this. Our...

In version 11 validator method was always executed even when purchase was not done. Like this: `store.validator = function (product, callback) {};` Now that I switched to version 13. This...