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

anyone have tested the library with ios 17.4?

### Observed behavior Using live reload: 1. app starts 2. buy a non-consumable product 3. the owned status of non-consumable product changes to true 4. make code changes, save them...

Hi, During Google Play App publishing I get an error shown below ![Screenshot 2024-04-24 at 10 57 13](https://github.com/j3k0/cordova-plugin-purchase/assets/1169883/0e16b1f4-eea6-4fa4-a693-eb0a4acbed09) I am not actually using the Android billing in my app (only...

Why does it work on Android but not on iOS? And what's the deal with being asked to purchase again when it's supposed to be a consumable purchase? Android is...

waiting for more info

It seems that after I made a purchase and restart the app it will not load my receipt and the transactions. Only the call `store.restorePurchases()` will fix that. But from...

I was reading the source code for iOS and came across a situation in the code of "InAppPurchase". This function is called in the app startup: ``` - (void) processTransactionUpdate:(SKPaymentTransaction*)transaction...

Following error occurs usually when starting the app: undefined is not an object (evaluating 'callback.name') Seems to be related to the safeCall funciton found in safe-callback.ts This code seems to...

is it possible to request a refund from purchased? i want to added refund feature, so that we can make refund request for purchased items

Here is my code i tryed couple times but never got it working. function initStore() { CdvPurchase.store.verbosity = CdvPurchase.LogLevel.DEBUG; try{ setTimeout(() => { sendSubscriptionSuccessNotification(); }, 2500); }catch{ } CdvPurchase.store.register([ {...

### Observed behavior Using local receipts as a base to check whether a subscription is active does not work as expected with Google Play. More concretely, after purchasing the subscription,...