Integration
Moloco adapter for CloudX iOS SDK. Supports Banner, MREC, Interstitial, Rewarded, and Native.
Installation
CocoaPods
Podfile
pod 'CloudXMolocoAdapter', '~> 4.8.0.0'pod install --repo-updateManual
- Download
CloudXMolocoAdapter.xcframework.zipfrom Releases. - Unzip and drag
CloudXMolocoAdapter.xcframeworkinto your Xcode project. - Add
MolocoSDKiOS(= 4.8.0) manually.
Info.plist Configuration
SKAdNetwork IDs (Required for iOS 14+)
Include the SKAdNetwork IDs provided by Moloco for your integration. Refer to the current Moloco 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 |
|---|---|---|
4.8.0.0 | MolocoSDKiOS 4.8.0 | 3.5.0 |
4.3.0.0 | MolocoSDKiOS 4.3.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