What problem does it solve?
This skill helps you migrate an app to RevenueCat or upgrade the RevenueCat SDK safely by identifying your platform, choosing the correct migration path, and preventing transaction double-processing.
Core Features & Use Cases
- Platform-aware migration planning: Detects React Native, Flutter, Kotlin Multiplatform, Android native, and iOS native by inspecting your project structure and configuration files.
- Observer-mode adoption for existing IAP: Guides you to adopt RevenueCat while keeping your current StoreKit/Billing purchase flow, including the required “complete/acknowledge” ownership to avoid refunds or inconsistent state.
- Major-version SDK upgrade workflow: Provides a structured approach for migrating across major versions by directing you to authoritative CHANGELOGs, migration guides, and release notes.
Quick Start
Tell your AI: You are migrating my app to RevenueCat—my platform is iOS (or Android/Flutter/React Native/KMP), I currently use StoreKit/Play Billing directly, and I want an observer-mode setup—read my project files and give me the exact next steps to configure purchasesAreCompletedBy (and the user login continuity step) for a safe cutover.