CloudX Meta Adapter
Meta Audience Network adapter for CloudX iOS SDK. For CloudX dashboard mapping and Meta-side ID setup, see the Meta Audience Network bidder guide. This page covers iOS-specific adapter requirements only.Requirements
- iOS 13.0+
- Xcode 16.0+ (Meta Audience Network SDK 6.9.0+)
- Swift 6.0+
Installation
CocoaPods
Podfile
Manual
- Download
CloudXMetaAdapter-v{version}.xcframework.zipfrom Releases - Unzip and drag
CloudXMetaAdapter.xcframeworkinto your Xcode project
Info.plist Configuration
SKAdNetwork IDs (Required for iOS 14.5+)
Both Meta SKAdNetwork IDs are required for Meta to make bids:Info.plist
App Tracking Transparency (iOS 14+)
Info.plist
Project Configuration
Linker Flags: Add-ObjC to Other Linker Flags in Build Settings.
Bitcode: Meta SDK does not support Bitcode. Set Enable Bitcode to NO.
Meta SDK 6.21.0 SceneDelegate Crash
The Problem
The crash occurs during banner ad display with the following error:FBDisplayAdController creates an NSProxy for orientation observation that isn’t properly configured.
Solution: Remove SceneDelegate
The only reliable fix is to use the old-styleAppDelegate-only pattern (without SceneDelegate).
Step 1: Remove SceneDelegate files
DeleteSceneDelegate.h and SceneDelegate.m from your project.
Step 2: Remove UIApplicationSceneManifest from Info.plist
Remove the entireUIApplicationSceneManifest section from your Info.plist.
Step 3: Add required keys to Info.plist
Info.plist