rc-subscriptions
Installation
SKILL.md
Subscriptions on Android with RevenueCat
Google Play exposes subscriptions through a three tier hierarchy: Subscription, Base Plan, and Offer. RevenueCat wraps that hierarchy in a flatter model you configure from the dashboard: Offerings, Packages, and SubscriptionOptions. You fetch an Offering, pick a Package, and in most flows let the SDK choose the right SubscriptionOption for you.
Phase 1: Understand
The mapping from Google Play to RevenueCat:
| Google Play | RevenueCat |
|---|---|
| Subscription (product ID) | StoreProduct |
| Base Plan | SubscriptionOption (base plan) |
| Offer | SubscriptionOption (offer) |
| Group of base plans grouped in dashboard | Package inside an Offering |
Key types you will touch: