# Unity - iOS

{% hint style="info" %}
**App Prerequisite**

* Target minimum iOS version of 13.0 or higher
  {% endhint %}

#### SDK Integration <a href="#sdk-initialisation" id="sdk-initialisation"></a>

**Installation via SPM**

1. In Xcode, install the AdSter custom adapter SDK Swift Package by navigating to **File > Add Package Dependencies.**
2. In the prompt that appears, search for the below GitHub repository: <https://github.com/adster-tech/orchestration-sdk-ios>
3. Select the version of the AdSter SDK Swift Package you want to use. For new projects, we recommend using the **Up to Next Major Version**.

**Installation via CocoaPods**

To integrate AdSter  custom adapter SDK into your Xcode project using CocoaPods, follow these steps:

1. Open your project's Podfile and add:

   Copy

   ```
   pod 'Adster', '~> 1.3.4'
   ```
2. Run the following command in the terminal:

   Copy

   ```
   pod install
   ```
3. After installation, close Xcode and open the .xcworkspace file instead of .xcodeproj.
