π±iOS Unity Bridge SDK Implementation Guide
This guide provides a comprehensive step-by-step process for integrating the iOS Unity Bridge Adster SDK into your Unity iOS application.
Last updated
This guide provides a comprehensive step-by-step process for integrating the iOS Unity Bridge Adster SDK into your Unity iOS application.
App Prerequisite
Target minimum iOS version of 13.0 or higher
Android API level is set in Project Settings > Player > iOS > Other Settings > Target minimum iOS version.
Use the below link to download the AdsterUnityBridge-iOS.unitypackage
To import go to Assets > Right click > Import package > Custom package and select the AdsterUnityBridge-iOS.unitypackage and click Import.

iOS Unity Bridge Adster SDK is successfully imported in your project.
Reference the AdsterManager
In your Unity scene (e.g., MainScene), create an empty GameObject and attach the AdsterManager script.
In your custom script (e.g., MainScript.cs), declare a reference to the manager:
Assign the AdsterManager GameObject from the Inspector.
Last updated
[Header("Adster SDK")]
public AdsterManager adsterManager;