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+ in order to monetize with iOS 14 users when Apple introduces their new requirements
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 Configure a Source App section of the Configuring the Participating Apps 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>