AppsFlyer
Integration
- Go to the official AppsFlyer iOS SDK page and integrate it into your project.
- Initialize the Magify SDK and call
magify.setup(). - Pass the Magify
clientIdto AppsFlyer as the customer user ID:
magify.setup()
let clientId = magify.clientId
AppsFlyerLib.shared().customerUserID = clientId
Setting customerUserID links all AppsFlyer attribution events to the same identifier used by Magify, enabling cross-SDK analytics correlation.