iOS 14 requires Source App
to include a list of different platforms Ids of SkAdNetwork in order to
track Ads attribution properly.
This is a simple python script that fetches SkAdNetworkIds from different sources
and combine as a xml with most platforms Ids and can be used in iOS info.plist file.
Script can run without any python library dependency.
Use python 3 to run the script.
The generated XML as follow:
<?xml version="1.0" ?>
<array>
<dict>
<key>SKAdNetworkIdentifier</key>
<string>nu4557a4je.skadnetwork</string>
</dict>
....
</array>
Remember to add <key>SKAdNetworkItems</key>
in info.plist as the key name.
Some Ads providers: AdColony|AppLovin|Chartboost|AdMob|TapJoy|Unity|Vungle
and a lot more
Source list:
https://developers.ironsrc.com/ironsource-mobile/unity/ios-14-network-support/
https://developers.mopub.com/publishers/skadnetwork-ids-manager/