MoPub Integration Guide

Add the MoPub adapter to your build

pod 'IronSourceSDK','7.1.12.0'
pod 'IronSourceMoPubAdapter', '4.3.3.3'

Manual Download

OS Supported SDK Version Rewarded Video Interstitial Banner Adapters and SDK
Android 5.18.0 Adapter
SDK
iOS 5.18.0 Adapter
SDK

  1. Download MoPub iOS Adapter and SDK files, and add the files to your build.
  2. Unzip the files, and add MoPub Adapter and SDK XCframeworks to your Project. After you download the Adapter and SDK, drop the XCframework files into your Xcode Project.

Note: MoPub does not support devices running iOS version smaller than 10.

Update SKAdNetworkItems

Make sure to define MoPub SKAdNetworkItems to your Info.plist, by using this code:

<key>SKAdNetworkItems</key>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>7953jerfzd.skadnetwork</string>
</dict>
</array>

You can see MoPub full SKAdNetworks here.