If you plan to use IDFA (Identifier for Advertisers), you need to request permission from the user through App Tracking Transparency. Add the following to your Info.plist file:
Copy
<key>NSUserTrackingUsageDescription</key><string>This identifier will be used to deliver personalized ads and improve your app experience.</string>
To enable SKAdNetwork postback copies to be sent to Linkrunner, you need to configure the NSAdvertisingAttributionReportEndpoint in your app’s Info.plist file:
Select the Info.plist file in the project navigator in Xcode.
Add the new key to the properties list.
Enter the key name NSAdvertisingAttributionReportEndpoint.