iOS integration process overview for publishers
Review the end-to-end workflow for integrating and launching Unity Ads in your iOS app.
Read time 1 minuteLast updated 2 days ago
To go live with Unity Ads in your iOS app, complete all four steps below in order.
- Install the SDK — Add the Unity Ads package via CocoaPods or Swift Package Manager.
- Configure user consent — Set the user's consent status before or during initialization. Serving ads without consent configuration may violate privacy regulations in some regions. See the Unity Ads privacy guide.
-
Initialize the SDK — Call with your Game ID. Initialization must run after consent is configured.
UnityAds.initialize() - Implement at least one ad format — Load and show an interstitial, rewarded, or banner ad placement.