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.
Installation via CocoaPods
To integrate AdSter custom adapter SDK into your Xcode project using CocoaPods, follow these steps:
Open your project's Podfile and add:
Copy
pod 'Adster', '~> 1.2.8'Run the following command in the terminal:
Copy
pod installAfter installation, close Xcode and open the .xcworkspace file instead of .xcodeproj.
Installation via SPM
In Xcode, install the AdSter custom adapter SDK Swift Package by navigating to File > Add Package Dependencies.
In the prompt that appears, search for the below GitHub repository: https://github.com/adster-tech/orchestration-sdk-ios
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