Configure Info.plist

Add this first for Applovin

Info.plist
<string>NSAdvertisingAttributionReportEndpoint</string>
<key>https://postbacks-app.com</key>

Add this for Google Admob

Info.plist
<key>GADApplicationIdentifier</key>
<string>Your App Id</string>

Add this for App Transparency

Info.plist
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>

Last updated