Adding SKAdNetwork IDs Manually

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).

  1. Select Info.plist in the Project navigator in Xcode
  2. Click the Add button (+) beside a key in the property list editor and press Return
  3. Type the key name SKAdNetworkItems
  4. Choose Array from the pop-up menu in the Type column
  5. Create a dictionary item, and below it a single sting item per each skadnetwork
  6. 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 SKAdNetwork ID Additional SKAdNetwork IDs
iOS Unity
ironSource 7.0.0 (SDK) 7.0.0 (SDK) su67r6k2v3.skadnetwork View
AdMob 4.3.15 4.3.17 cstr6suwn9.skadnetwork View
AppLovin 4.3.16 4.3.19 ludvb6z3bs.skadnetwork View
APS 4.3.0 4.3.0 p78axxw29g.skadnetwork View
BidMachine 4.3.0 4.3.0 wg4vff78zm.skadnetwork View
Chartboost 4.3.4 4.3.7 f38h382jlk.skadnetwork View
CSJ 4.3.0 4.3.0 238da6jt44.skadnetwork View
Meta Audience Network 4.3.22 4.3.32

v9wttpbfk9.skadnetwork

n38lu8286q.skadnetwork

View
Digital Turbine 4.3.10 4.3.12 9g2aggbj52.skadnetwork View
HyprMx 4.1.7 4.1.12 nu4557a4je.skadnetwork
InMobi 4.3.8 4.3.11 wzmmz9fp6w.skadnetwork View
Maio 4.1.7 4.1.8 v4nxqhlyqp.skadnetwork
Pangle 4.1.6 4.1.8

22mmun2rn5.skadnetwork (Non CN)

238da6jt44.skadnetwork (CN)

View
UnityAds 4.3.4 4.3.7 4dzt52r2t5.skadnetwork View
Vungle 4.3.6 4.3.7 gta9lk7p23.skadnetwork

xml

json