awesome-cordova-plugins/docs/plugins/purchases/README.md

38 lines
2.5 KiB
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
# Purchases
```
2022-01-27 16:33:57 +08:00
$ ionic cordova plugin add cordova-plugin-purchases@2.4.0
2021-09-29 21:19:55 +08:00
$ npm install @awesome-cordova-plugins/purchases
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/purchases/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/RevenueCat/cordova-plugin-purchases](https://github.com/RevenueCat/cordova-plugin-purchases)
Purchases is a cross platform solution for managing in-app subscriptions. A backend is also provided via [RevenueCat](https://www.revenuecat.com)
## Features
| | RevenueCat |
| --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ✅ | Server-side receipt validation |
| ➡️ | [Webhooks](https://docs.revenuecat.com/docs/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](https://docs.revenuecat.com/docs) up to date |
| 🔀 | [Integrations](https://www.revenuecat.com/integrations) - over a dozen integrations to easily send purchase data where you need it |
2021-09-29 20:38:45 +08:00
| 💯 | Well maintained - [frequent releases](https://github.com/RevenueCat/cordova-plugin-purchases/releases) |
| 📮 | Great support - [Help Center](https://revenuecat.zendesk.com) |
2021-09-29 20:09:02 +08:00
| 🤩 | Awesome [new features](https://trello.com/b/RZRnWRbI/revenuecat-product-roadmap) |
## Getting Started
For more detailed information, you can view our complete documentation at [docs.revenuecat.com](https://docs.revenuecat.com/docs).
## Supported platforms
- Android
- iOS
2021-09-29 20:38:45 +08:00