Documentation

​
​

Development

User Acquisition

Monetization

Industry

Unity Ads Monetization

Unity Ads Android SDK

Unity Ads iOS SDK

Unity Ads SDK

Unity Ads Monetization

Unity Ads Monetization
​
​
iOS developer guide
  • iOS SDK overview
  • Integration requirements
  • Install the Unity Ads SDK for iOS
  • Initialize the SDK in iOS
  • Implement interstitial ads in iOS
  • Implement rewarded ads in iOS
  • Implement banner ads in iOS
iOS 14 integration
  • iOS 14 technical integration
  • Update your Unity Ads SDK for iOS 14
  • Install the iOS 14 support package
  • Configure ad network IDs
  • App Tracking Transparency compliance
iOS SDK API reference
  • Unity Ads for iOS API reference (Objective-C)
  1. Grow your game
  2. Unity Ads
  3. Unity Ads SDK integration guide for iOS developers

Install the iOS 14 support package

Install the iOS 14 Support package to enable SKAdNetwork and App Tracking Transparency features in your Unity project. The package includes ad network ID aggregation and a customizable context screen.
Read time 3 minutes
Last updated a year ago

If your iOS application is made with Unity, installing the iOS 14 support package provides utilities for Apple's SKAdNetwork and
AppTrackingTransparency
frameworks by aggregating proper ad network IDs and providing access to relevant Apple developer APIs. It also provides a convenient and customizable context screen, which you can use to encourage users to opt-in to ad tracking on their iOS device.
There are two ways to install the Unity iOS 14 Support package, depending on the version of Unity you use.
If you use Unity version 2018.1 or greater, follow these steps:
  1. In the Unity Editor, select Window > Package Manager to open the Package Manager window.
  2. In the Package Manager window, select the iOS 14 Advertising Support package, then select Install.
If you use any other version of Unity, follow these steps:
  1. Download the iOS 14 Support package repository to your hard drive.
  2. In the Unity Editor, select Window > Package Manager to open the Package Manager window.
  3. Select the + button, then Add package from disk....
  4. Navigate to your local copy of the package repo and select the package JSON (
    ..\com.unity.ads.ios-support-master\com.unity.ads.ios-support\package.json
    ), then select Open to install the package.
If successful, the iOS 14 Support package will appear in the Package Manager list. For more information, refer to installing packages.

API methods

The package provides access to the following Apple developer APIs:

Method

Description

SkAdNetworkUpdateConversionValue(int conversionValue)
Use this method to update the attribution conversion value.
SkAdNetworkRegisterAppForNetworkAttribution()
Use this method to register for attribution.
RequestAuthorizationTracking(RequestAuthorizationTrackingCompleteHandler callback)
Use this method to request the user permission request.
AuthorizationTrackingStatus GetAuthorizationTrackingStatus()
Use this method to check the app tracking transparency (ATT) authorization status.

Generating a properties list file

The information property list (
Info.plist
) file is a resource that contains key-value pairs to identify and configure iOS apps. You will need it to implement ad network ID and ATT requirements. When you build your Unity project to iOS with the Advertising and iOS 14 Advertising Support packages installed, the process generates a plist file in the build's root directory.
Next steps: Refer to the documentation on how to configure ad network IDs.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • API methods

    • Generating a properties list file


Report a problem with this page