Documentation

Support

Add SKAdNetwork IDs manually

Add the ad network IDs for all of your ad networks in the information property list file (Info.plist) per iOS 14+ requirements.
Read time 1 minuteLast updated 2 months ago

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

iOSUnity
ironSource7.0.0 (SDK)7.0.0 (SDK)su67r6k2v3.skadnetworkView
AdMob4.3.154.3.17cstr6suwn9.skadnetworkView
AppLovin4.3.164.3.19ludvb6z3bs.skadnetworkView
APS4.3.04.3.0p78axxw29g.skadnetworkView
BidMachine4.3.04.3.0wg4vff78zm.skadnetworkView
Chartboost4.3.44.3.7f38h382jlk.skadnetworkView
CSJ4.3.04.3.0238da6jt44.skadnetworkView
DT Exchange4.3.104.3.129g2aggbj52.skadnetworkView
Meta Audience Network4.3.224.3.32v9wttpbfk9.skadnetwork n38lu8286q.skadnetworkView
Mintegral4.3.104.3.10kbd757ywx3.skadnetworkxml json
MyTarget4.1.94.1.10n9x2a789qt.skadnetwork, r26jy69rpl.skadnetwork-
HyprMx4.1.74.1.12nu4557a4je.skadnetwork-
InMobi4.3.84.3.11wzmmz9fp6w.skadnetwork-
Liftoff Monetize4.3.64.3.7gta9lk7p23.skadnetworkxml json
Maio4.1.74.1.8v4nxqhlyqp.skadnetwork-
Pangle4.1.64.1.822mmun2rn5.skadnetwork (Non CN) 238da6jt44.skadnetwork (CN)View
Smaato4.3.04.3.0cdkw7geqsh.skadnetworkView
UnityAds4.3.44.3.74dzt52r2t5.skadnetworkView

Add SKAdNetwork IDs manually • Unity Grow • Unity Docs