Configuration
Build Dependencies
Add All this SDK FrameworkandChecklist Target Membership to your projectlike picture below

Add Adjust framework and Embed & Sign in Targets
Unity-iPhone&UnityFramework



Add
SSBundleandChecklist Target Membership to your projectlike picture below

Add a new file swift with the name
Filefor Bridging Header to XCode project like the picture below.

Update Your Manifest
Find the
Info.plistin your project, and Configure theInfo.plistfile with an XML snippet.
Event Mapping
Optional if you only use Scale (User Acquisition) feature from Labs.
This Event Mapping only used for the Game Analytics feature.
The event names are mapped using an automatically loaded events.csv file. This approach avoids hardcoding the event names, making it more convenient for use across multiple services and platforms.
To map event names, ensure that an events.csv file is included in your root project directory. This file should contain the mapping of event identifiers to their respective names.
Last updated