AppsFlyer
Integration
- Integrate the AppsFlyer Android SDK into your project.
- Initialize the Magify SDK.
- Read
magify.clientIdand pass it to AppsFlyer as the customer user ID:
val clientId = magify.clientId
AppsFlyerLib.getInstance().setCustomerUserId(clientId)
Call setCustomerUserId before starting AppsFlyer to ensure attribution data is linked to the Magify user from the first session.