RevenueCat Bridge
Unreal Engine Plugin IAP Subscriptions Mobile Android iOS
Unreal Engine plugin for in-app purchases and subscriptions via RevenueCat. Single Blueprint/C++ API for Android and iOS.
RevenueCat Bridge
An Unreal Engine plugin that wraps RevenueCat's native Android and iOS SDKs behind a single
UGameInstanceSubsystem. Handles purchases, subscriptions, entitlement checks, restore flows, user identity, and subscriber attributes - all from Blueprints or C++.Get the Plugin
- Engine: UE 5.5+
- Platform: Android, iOS
- Editor stubs for Win64
Fab Marketplace (coming soon)
What It Does
- Fetches product offerings from RevenueCat
- Triggers native purchase dialogs (Google Play / App Store)
- Checks entitlements to gate premium content
- Restores purchases after reinstalls
- Manages user identity across devices
- Sets subscriber attributes and attribution data
Technical Details
| Architecture | UGameInstanceSubsystem - one instance per session |
| Android SDK | RevenueCat v9.25.0 (Gradle, pulled at build time) |
| iOS SDK | RevenueCat v5.63.0 (xcframework, bundled) |
| Blueprint | 7 async action nodes, 6 event delegates |
| C++ | Full source included |
| Editor | Win64 stubs for iteration without a device |