iOS Platfrom Setup
Integration instruction for iOS platform
To add networks for the iOS Platform In the cocoapods
section, add the following line or any combination of them:
cocoapods {
...
pod("bidapp/Applovin")
pod("bidapp/ApplovinMax")
pod("bidapp/Unity")
pod("bidapp/Liftoff")
pod("bidapp/AdMob")
pod("bidapp/Chartboost")
...
}
The SDK requires that you set the iOS deployment target to iOS 11.0 or above.
SKAdNetwork
Update your iosApp - Info.plist file with network-specific identifiers. See the documentation for SKAdNetwork instructions.
Last updated
Was this helpful?