iOS privacy settings and configurations

Integrate SKAdNetwork 2.2, update your app's Info.plist with network IDs, enable attribution, and implement Apple's App Tracking Transparency (ATT) prompt for compliance with iOS privacy requirements.

Read time 1 minutes

The ironSource SDK aligns with iOS privacy configurations, offering support for SKAdNetwork and Apple's privacy manifest. Follow this doc to learn more about LevelPlay's approach and solutions.

Integrating your app to support Apple's requirements

  1. Integrate the ironSource SDK 7.9.0+
  2. Update your plist with SKAdNetwork identifiers
  3. Enable SKAdNetwork attribution
  4. Personalize your app's message for Apple Tracking Authorization
  5. Integrate the compliant network SDK and adapter versions

Update your plist with SKAdNetwork identifiers

Update your app's info.plist with the network IDs of all of the ad networks you work with to allow ads to appear in your app.

Use the SKAdNetwork IDs Manager to get an updated list of all your ironSource mediated network IDs.

See Apple's SKAdNetwork documentation to learn more.

Enable SKAdNetwork attribution in your application

Updating your code to support SKAdNetwork attribution, will allow your app to send attribution information if you decide to advertise it in other apps.

Update your app code to report Apple with registerAppForAdNetworkAttribution or updateConversionValue(_:)

You can read more in Apple's documentation, under the section called 'The advertised app's responsibilities are to'.

Request Tracking Authorization

With iOS 14, Apple introduced a new mechanism for privacy and ad tracking: the App Tracking Transparency (ATT) prompt.

If you want to request user authorization to access app-related data, make sure to include the NSUserTrackingUsageDescription key in your app's Information Property List (info.plist).

You can update the section with your personal message to be displayed for your users as part of the ATT prompt.

<key>NSUserTrackingUsageDescription</key>
<string>Your Personalized Message here </string>

Learn more about Apple's NSUserTrackingUsageDescription here.

Privacy Manifest Support

ironSource SDK 7.9.0+ integrates a Privacy Manifest file, which outlines the APIs utilized by ironSource Ads. To comply with Apple's new Privacy Manifest framework, it's essential to include this file in your application.

Required Reasons API

Apple introduced a set of APIs that should be declared in the Privacy Manifest file, together with the relevant reason for their usage.

Apple is currently working on a fix regarding the detection of privacy manifests of 3rd party SDKs. To avoid these detection issues, complete the following steps.

You can find here the APIs used by the ironSource SDK and their reasoning. To avoid detection issues you can add them manually to your PrivacyInfo.xcprivacy file or copy the code snippet below and paste it within your PrivacyInfo.xcprivacy file.

SectionAPI TypeReason
NSPrivacyAccessedAPICategoryDiskSpaceE174.1
NSPrivacyAccessedAPICategoryUserDefaultsCA92.1
<key>NSPrivacyAccessedAPITypes</key>
   <array>
      <dict>
         <key>NSPrivacyAccessedAPIType</key>
         <string>NSPrivacyAccessedAPICategoryDiskSpace</string>
         <key>NSPrivacyAccessedAPITypeReasons</key>
         <array>
            <string>E174.1</string>
         </array>
      </dict>
      <dict>
         <key>NSPrivacyAccessedAPIType</key>
         <string>NSPrivacyAccessedAPICategoryUserDefaults</string>
         <key>NSPrivacyAccessedAPITypeReasons</key>
         <array>
            <string>CA92.1</string>
         </array>
      </dict>
   </array>

LevelPlay and mediated networks' support

LevelPlay's network SDK and adapter versions that support the privacy manifest:

Network NameRequired Reason APIiOS Adapter versionUnity Adapter version
ironSourceUserDefaults: CA92.1 DiskSpace: E174.1--
AppLovinUser Defauts - CA92.14.3.444.3.48
APSUser Defauts - CA92.14.3.124.3.10
BidMachineUserDefaults: CA92.1 DiskSpace: E174.1 File Timestamp - C617.14.3.74.3.7
ChartboostUser Defaults - CA92.1 File Timestamp - C617.14.3.174.3.21
CSJSystemBootTime: 35F9.1 UserDefaults: CA92.1 DiskSpace: 7D9E.1, E174.1 File Timestamp - C617.14.3.34.3.3
GoogleSystemBootTime:35F9.1 UserDefaults:CA92.1 DiskSpace: E174.14.3.534.3.60
Digital Turbine / FyberUser Defauts - CA92.14.3.334.3.41
HyprMXUserDefaults - CA92.14.3.54.3.7
InMobiDiskSpace - E174.1 UserDefaults - CA92.14.3.224.3.27
Liftoff MonetizeDiskSpace - E174.1 UserDefaults - CA92.14.3.344.3.42
MetaUserDefaults:CA92.1 SystemBootTime:35F9.1 FileTimestamp:C617.14.3.444.3.62
MintegralDiskSpace - E174.1 FileTimestamp - C617.1 NSUserDefaults - CA92.14.3.234.3.26
PangleUserDefaults:CA92.1 SystemBootTime:35F9.1 FileTimestamp:C617.1 DiskSpace: 7D9E.1, E174.14.3.284.3.32
SmaatoUserDefaults:CA92.1 SystemBootTime:35F9.1 FileTimestamp:C617.14.3.134.3.13
SuperAwesomeDiskSpace - E174.1 NSUserDefaults -4.1.104.1.11
UnityAdsFileTimestamp - C617.1 DiskSpace - E174.1 UserDefaults - CA92.14.3.374.3.37