Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RevenueCat/purchases-unity
Unity in-app purchases and subscriptions made easy.
https://github.com/RevenueCat/purchases-unity
hacktoberfest iap in-app-purchase unity unity-plugin
Last synced: about 2 months ago
JSON representation
Unity in-app purchases and subscriptions made easy.
- Host: GitHub
- URL: https://github.com/RevenueCat/purchases-unity
- Owner: RevenueCat
- License: mit
- Created: 2018-05-31T17:53:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T05:36:35.000Z (about 2 months ago)
- Last Synced: 2024-11-05T17:05:15.814Z (about 2 months ago)
- Topics: hacktoberfest, iap, in-app-purchase, unity, unity-plugin
- Language: C#
- Homepage: https://www.revenuecat.com/
- Size: 12.7 MB
- Stars: 94
- Watchers: 13
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.latest.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Unity in-app subscriptions made easy[![openupm](https://img.shields.io/npm/v/com.revenuecat.purchases-unity?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.revenuecat.purchases-unity/)
# What is purchases-unity?
Purchases Unity is a client for the [RevenueCat](https://www.revenuecat.com/) subscription and purchase tracking system. It is an open source framework that provides a wrapper around `StoreKit`, `Google Play Billing` and the RevenueCat backend to make implementing in-app purchases in `Unity` easy.
## 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 or Android
📊 | 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
💯 | Well maintained - [frequent releases](https://github.com/RevenueCat/purchases-unity/releases)
📮 | Great support - [Help Center](https://revenuecat.zendesk.com)## Getting Started
For more detailed information, you can view our complete documentation at [docs.revenuecat.com](https://docs.revenuecat.com/docs/unity).## Dependencies and Unity IAP
We use StoreKit for iOS and BillingClient for Android. This plugin also depends on [purchases-ios](https://github.com/RevenueCat/purchases-ios), [purchases-android](https://github.com/RevenueCat/purchases-android) and [purchases-hybrid-common](https://github.com/RevenueCat/purchases-hybrid-common).[VERSIONS.md](https://github.com/RevenueCat/purchases-unity/blob/main/VERSIONS.md) contains the dependencies versions for each release.
If using this plugin alongside Unity IAP, please check the specific instructions in [our observer mode docs](https://docs.revenuecat.com/docs/unity#installation-with-unity-iap-side-by-side).