What problem does it solve?
The RevenueCat skill provides a guided approach to integrating RevenueCat monetization into Expo/mobile apps, covering seed setup, app/project/entity management, and secure handling of API keys.
Core Features & Use Cases
- Seed and manage: create projects, apps, products, entitlements, and offerings using the RevenueCat REST SDK.
- Client integration: initialize RevenueCat on the client, fetch offerings, purchase packages, and restore purchases within an Expo/React Native app.
- Environment governance: manage environment variables and store keys securely, ensure correct app-store mappings, and reference initial setup and subsequent management workflows.
Quick Start
Execute the seedRevenueCat.ts script to bootstrap RevenueCat projects, apps, products, entitlements, and offerings, then integrate the client-side RevenueCat setup in your Expo app and begin testing purchases.