iOS versions 14+ require that you include the ad network IDs for all of your ad networks in the information property list file (Info.plist).
To easily create a code snippet to support your OpenMediation mediated network IDs, select the ad networks you’ve integrated in your app and copy the SKAdNetworkItems script to your info.plist file.
You can control which SKAdNetworkIdentifiers you want returned for each network using the dropdown menus:
- The manager enumerates not only the primary SKADNetwork ID for the network, but also the additional SKADNetwork IDs for the other ad networks it supports.
AdTiming
AdColony
AdMob
AppLovin
Chartboost
Facebook
Vungle
ironSource
SigMob
Mintegral
Pangle
Helium
Tapjoy
UnityAds
Fyber
PubNative
InMobi
ReklamUp
TencentAds
<key>SKAdNetworkItems</key>
<array>
</array>
Learn how to add your SKAdNetwork IDs manually here.
Comments
Please sign in to leave a comment.