Prerequisites
SDK Updates
Ensure you’re using the minimum required SDK versions for SKAdNetwork support:React Native
rn-linkrunner >=2.3.0
Expo
expo-linkrunner >=3.2.0
Native iOS
ios-linkrunner >=3.1.0
Flutter
linkrunner >=3.1.1
For SKAdNetwork functionality, ensure your SDK version is greater than or equal to the minimum versions listed
above.
Dashboard Configuration
Complete the SKAdNetwork integration checklist on the Linkrunner dashboard for both Google and Meta:Google Ads Integration
📋 Complete Google Ads SKAN Checklist Linkrunner automatically sends the schema configuration to Google.Meta Configuration
📋 Complete Meta SKAN Checklist For Meta (Facebook) integration, you’ll need to provide access to your Meta Business Account Manager:Grant access to access@linkrunner.io in your Meta Business Manager so we can configure the SKAN schema on Meta
for you.
Meta Ads Dashboard Configuration
Only perform this configuration when the Linkrunner SDK with the versions listed in the SDK Updates section above is live in your app.
- Navigate to Events Manager > Datasets > [Your Dataset Name]
- Go to the Apple’s SKAdNetwork section
- Look for Extra Settings
- Find the SKAdNetwork for the Facebook SDK toggle and turn it OFF
When this toggle is ON, Meta will receive app activity through the SKAdNetwork API from made from the Facebook SDK. However, Linkrunner will not be able to send postbacks accurately if this toggle remains enabled.

Configuring Postback Copies to Linkrunner
To enable SKAdNetwork postback copies to be sent to Linkrunner, you need to configure theNSAdvertisingAttributionReportEndpoint
in your app’s Info.plist file:
For Native iOS, Flutter, and React Native
- Select the
Info.plist
file in the project navigator in Xcode - Add the new keys to the properties list
- Enter the key name
NSAdvertisingAttributionReportEndpoint
- Enter the
String
property type - In the property value, enter
https://linkrunner-skan.com
- Add another key named
AttributionCopyEndpoint
- Enter the
String
property type - In the property value, enter
https://linkrunner-skan.com
For Expo
If you’re using Expo, the plugin already adds this configuration automatically - no additional setup required.This configuration allows Apple to send copies of SKAdNetwork postbacks to Linkrunner, enabling better attribution
tracking for your iOS campaigns.