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

Update your Unity Ads SDK for iOS 14

Update the Unity Ads SDK to version 3.5.1 or later to support iOS 14 requirements, including ATT and SKAdNetwork integration.
Read time 1 minute
Last updated 6 months ago

Unity advises that all Unity publishers integrate Unity Ads 3.5.1 or later into their apps for iOS 14. Apps using older versions of Unity Ads will not be able to accurately report users' App Tracking Transparency (ATT) status to advertisers, which might impact performance.

Made-with-Unity games

Install the latest version of Unity Ads through the Unity Package Manager by following these steps:
Note
Starting from SDK version 4.4.1, the Unity Ads package is now called the Advertisement Legacy package in the Unity Editor. The Advertisement Legacy package version 4.12 is still functional but will not receive any further updates for new or enhanced features. SDK version 4.12 supports the Apple Privacy Manifest update, with no further updates planned for the package.
  1. In the Unity Editor, select Window > Package Manager to open the Package Manager.
  2. Select the
    Advertisement
    package from the list, then select the most recent verified version.
  3. Select Install or Update.
Next steps: Refer to the documentation on install the iOS 14 Support package.

Non made-with-Unity games

  1. Download the Unity Ads framework.
  2. Drag-and-drop the framework into your Unity project folder, and copy it.
  3. In your
    ViewController
    header (
    .h
    ), import Unity Ads and set the Unity Ads delegate:
#import <UIKit/UIKit.h>#import <UnityAds/UnityAds.h>@interface ViewController : UIViewController <UnityAdsInitializationDelegate, UnityAdsDelegate>@end
Next steps: Refer to the documentation on 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
    • Made-with-Unity games

    • Non made-with-Unity games


Report a problem with this page