The Ad network API helps advertisers measure the success of ad campaigns. Please refer to Apple’s documentation for more details.
All publishers will need to use Audience Network SDK 6.2.1 or later in order to monetize with iOS 14.5 users. (We also recommend Audience Network SDK 6.2.1 for iOS 14 users.)
Requirements:
Info.plist
.Add the following SKAdNetwork IDs to your Xcode project’s Info.plist
as shown in the following example. For more information, see the Configuring a Source App topic in the Apple StoreKit documentation.
<array> <dict> <key>SKAdNetworkIdentifier</key> <string>v9wttpbfk9.skadnetwork</string> </dict> <dict> <key>SKAdNetworkIdentifier</key> <string>n38lu8286q.skadnetwork</string> </dict> </array>