RevenueCat
Integration
- Integrate the RevenueCat Android SDK into your project.
- Initialize the Magify SDK.
- Pass the Magify
clientIdas theappUserIDwhen configuring RevenueCat:
val clientId = magify.clientId
val purchasesConfig = PurchasesConfiguration.Builder(this, "{your_api_key}")
.appUserID(clientId)
.build()
Purchases.configure(purchasesConfig)
Using the Magify clientId as the RevenueCat app user ID links purchase and subscription events to the same user identity across both platforms, enabling accurate revenue attribution.