Installing the Unity Ads SDK for iOS
Download the Unity Ads framework. There are currently multiple ways to integrate the Unity Ads framework:
-
Using Cocoa Pods for UnityAds.
-
Dragging and dropping the framework into your workspace.
-
Downloading the framework, then pointing Xcode to the proper directory (this requires setting the Framework Search Paths and Header Search Paths properties in your Build Settings.
Important: Games targeting users running iOS 14 or above must implement Unity Ads' network ID in the information property list file (
Info.plist
).
Next steps: See documentation on initializing Unity Ads in iOS to continue your integration.