Documentation

​
​

Development

User Acquisition

Monetization

Industry

LevelPlay SDK - Adobe AIR

Unity SDK

Android SDK

iOS SDK

Adobe AIR SDK

Flutter SDK

React Native SDK

LevelPlay SDK - Adobe AIR

Unity LevelPlay
​
​
Adobe AIR SDK
  • Get started
  • Regulations and settings
    • Advanced settings for Adobe AIR
    • iOS privacy settings and configuration
    • SKAdNetwork support
    • Apple privacy questionnaire
    • Impression-level revenue integration
  • Ad formats
  • Mediated networks
  • Test your integration
  1. Grow your game
  2. Unity LevelPlay
  3. LevelPlay SDK
  4. LevelPlay SDK for Adobe AIR developers

SKAdNetwork support for Adobe AIR

Include ad network SKAdNetwork identifiers in your app's Info.plist to comply with iOS 14 requirements for ad attribution.
Read time 1 minute
Last updated 5 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. Select 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 (AIR)

SKAdNetwork ID

Additional SKAdNetwork IDs

ironSource7.0.3 (SDK)su67r6k2v3.skadnetwork
AdMob4.1.8cstr6suwn9.skadnetworkView
AppLovin4.1.7ludvb6z3bs.skadnetworkView
Meta Audience Network4.1.7v9wttpbfk9.skadnetwork n38lu8286q.skadnetworkView
UnityAds4.1.74dzt52r2t5.skadnetworkView
Vungle4.1.7gta9lk7p23.skadnetworkView

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.


    Report a problem with this page