Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt

Use this file to discover all available pages before exploring further.

Installation

CocoaPods

Podfile
pod 'CloudXMolocoAdapter', '~> 3.4.0'
pod install --repo-update

Manual

  1. Download CloudXMolocoAdapter.xcframework.zip from Releases.
  2. Unzip and drag CloudXMolocoAdapter.xcframework into your Xcode project.
  3. Add MolocoSDKiOS (~> 4.6.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.

Support

For support, contact mobile@cloudx.io