Unity SDK configuration
Configuration for Android
- Configure your workspace key in
AndroidManifest.xmlfile.
When using Proguard or R8, add the following rules to your custom Proguard file.
Configuration for iOS
Add workspace key to your Info.plist file:
- Create
SurvicateDictionary. - Define
WorkspaceKeyString inSurvicateDictionary.
Your Info.plist file should look like this:

As an alternative to the main way of specifying the Workspace Key, you can also use the SetWorkspaceKey() method.
Important:
- Using
SetWorkspaceKey()method overrides the Workspace Key defined in the configuration. SetWorkspaceKey()method must be used beforeInitialize()method is called.
Initialization
Initialize the SDK in your application using Initialize() method. Call this method only once, in the main script of your project.