Adjust
Lion Studios uses Adjust as the attribution solution; see here for more.
Integrating Adjust SDK is required to enable attribution. Additionally, the Adjust SDK is a required dependency of Lion Analytics.
SDK Setup
Follow the instructions under: Getting Started;
Adjust SDK is automatically installed via Setup Wizard;
Manual Adjust Integration Required
If Adjust is initialised manually by devs (not through LionSDK) then they've to add the following code, failing to do so will cause WhoAmI service to malfunction.
-> After your Adjust.InitSdk() call, you MUST invoke: LionCore.AdjustInitialized();
Last updated
Was this helpful?