With the release of iOS 14, you are required to include the ad network IDs for all of your ad networks in the information property list file (Info.plist).
- Select Info.plist in the Project navigator in Xcode
- Click the Add button (+) beside a key in the property list editor and press Return
- Type the key name SKAdNetworkItems
- Choose Array from the pop-up menu in the Type column
- Create a dictionary item, and below it a single sting item per each skadnetwork
- Enter Key name SKAdNetworkIdentifier; the value for the key is the ad network identifier
You can also add SKAdNetworkItems to your Info.plist, by using this code:
<key>SKAdNetworkItems</key> <array> <dict> <key>SKAdNetworkIdentifier</key> <string>su67r6k2v3.skadnetwork</string> </dict> </array>
These ironSource mediated networks have shared their SKAdNetwork IDs, and their supported adapters are compatible with iOS 14:
Network | Supported adapter version (AIR) | SKAdNetwork ID | Additional SKAdNetwork IDs |
---|---|---|---|
ironSource | 7.0.3 (SDK) | su67r6k2v3.skadnetwork | |
AdMob | 4.1.8 | cstr6suwn9.skadnetwork | |
AppLovin | 4.1.7 | ludvb6z3bs.skadnetwork | |
Meta Audience Network | 4.1.7 | v9wttpbfk9.skadnetwork n38lu8286q.skadnetwork | |
UnityAds | 4.1.7 | 4dzt52r2t5.skadnetwork | |
Vungle | 4.1.7 | gta9lk7p23.skadnetwork |