Unity - iOS

This document will guide you through an easy-to-follow process of adding Adster.Tech as your third-party ad network mediation partner for your mobile banner, interstitial, and rewarded ads.

App Prerequisite

  • Target minimum iOS version of 14.0 or higher

SDK Integration

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.2.8'
  2. Run the following command in the terminal:

    Copy

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

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.

Last updated