j3k0 / cordova-plugin-purchase

In-App Purchase for Cordova on iOS, Android and Windows
https://purchase.cordova.fovea.cc
1.29k stars 529 forks source link

Micro Example uses CdvPurchase.CONSUMABLE instead of CdvPurchase.ProductType.CONSUMABLE #1500

Closed graemian closed 5 months ago

graemian commented 6 months ago

It works like this, but could lead people to use CdvPurchase.PAID_SUBSCRIPTION for subscriptions, which works on Apple, but not Google.

This happened to me and sent me on a wild goose chase 😂 - see https://github.com/j3k0/cordova-plugin-purchase/issues/1499