Purchases
Purchases plugin for Cordova and Ionic. *Purchases* is a client for the [RevenueCat](https://www.revenuecat.com/) subscription and purchase tracking system.โฆ
Last updated
Purchases plugin for Cordova and Ionic. *Purchases* is a client for the [RevenueCat](https://www.revenuecat.com/) subscription and purchase tracking system.โฆ
Purchases is a client for the RevenueCat subscription and purchase tracking system. It is an open source framework that provides a wrapper around BillingClient, StoreKit and the RevenueCat backend to make implementing in-app subscriptions easy - receipt validation and status tracking included!
โ
Server-side receipt validation
โก๏ธ
Webhooks - enhanced server-to-server communication with events for purchases, renewals, cancellations, and more
๐ฏ
Subscription status tracking - know whether a user is subscribed whether they're on iOS, Android or web
๐
Analytics - automatic calculation of metrics like conversion, mrr, and churn
๐
Online documentation up to date
๐
Integrations - over a dozen integrations to easily send purchase data where you need it
๐ฏ
Well maintained - frequent releases
๐ฎ
Great support - Help Center
๐คฉ
Awesome new features
The Cordova plugin is not guaranteed to be up to date and we are moving our efforts to the Capacitor plugin. Please consider using our Capacitor plugin instead of the Cordova plugin and this wrapper.
Please follow the Quickstart Guide for more information on how to use the SDK
This latest release updates the plugin to use BillingClient 6 in Android. If you come from an older version of the RevenueCat SDK, see Android Native - 5.x to 6.x Migration for a more thorough explanation of the new Google subscription model announced with BillingClient 5 and how to take advantage of it.
If your app supports product changes using DEFERRED replacement mode, then you can either stick with the previous major version until support for DEFERRED is re-introduced in this major version, or you can remove DEFERRED replacement options from your app.
Plugin Repo: https://github.com/RevenueCat/cordova-plugin-purchases
Android
iOS
Last updated
ionic cordova plugin add cordova-plugin-purchases@5.0.0
npm install @awesome-cordova-plugins/purchases