Integration
Magnite adapter for CloudX iOS SDK. Supports Banner, MREC, Interstitial, and Rewarded.
For CloudX dashboard mapping and Magnite-side ID setup, see the Magnite bidder guide. This page covers iOS-specific integration details only.
Installation
CocoaPods
Podfile
pod 'CloudXMagniteAdapterV2', '~> 1.0.0.1'pod install --repo-updateManual
- Download
CloudXMagniteAdapter.xcframework.zipfrom Releases. - Unzip and drag
CloudXMagniteAdapter.xcframeworkinto your Xcode project. - Add
MagniteSDK(= 1.0.0) manually.
Info.plist Configuration
SKAdNetwork IDs (Required for iOS 14+)
Include the SKAdNetwork IDs provided by Magnite for your integration. Refer to the current Magnite SDK documentation for the latest SKAdNetworkItems list.
App Tracking Transparency (iOS 14+)
Info.plist
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>Project Configuration
Linker Flags: Add -ObjC to Other Linker Flags in Build Settings.
Compatibility
| Adapter version | Network SDK | Minimum CloudXCore |
|---|---|---|
1.0.0.1 | MagniteSDK 1.0.0 | 3.5.0 |
The adapter is discovered automatically when your server-provisioned CloudX configuration includes this network’s demand. No manual adapter registration is required.
Support
For support, contact support@cloudx.io