SKAdNetwork for Audience Network
Updated: Jun 22, 2021
Copy for LLM
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.21.0 or later in order to monetize with iOS 14.5 users.
Requirements:
- Build with Xcode 26+ (iOS SDK 26+).
- Use AN SDK v6.21.0+
- Add IDs to
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>