Bidapp Ads
  • 🎁Ab_dout
  • Integration
    • iOS
      • Getting started
      • Additional Settings
      • App Policy Settings
      • Serverless Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
      • SKAdNetwork
      • SwiftUI
    • Android
      • Getting started
      • Additional Settings
      • App Policy Settings
      • Serverless Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
      • Jetpack Compose
  • PLUGINS
    • Kotlin Multiplatform
      • Getting started
      • Android Platform Setup
      • iOS Platfrom Setup
      • App Policy Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
    • Unreal Engine
      • Getting started
      • App Policy Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
      • MREC
    • Unity
      • Getting started
      • Android
      • iOS
      • App Policy Settings
      • Interstitial Ads
      • Rewarded Ads
      • Banner Ads
Powered by GitBook
On this page

Was this helpful?

  1. PLUGINS
  2. Kotlin Multiplatform

iOS Platfrom Setup

Integration instruction for iOS platform

PreviousAndroid Platform SetupNextApp Policy Settings

Last updated 11 months ago

Was this helpful?

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