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.
CloudX Verve Adapter
Verve adapter for CloudX iOS SDK. Supports Banner (320x50), MREC (300x250), Interstitial, Rewarded, and Native ad formats. Backed by HyBid 3.8.0. Requires iOS 13.0+, Xcode 16.0+, and Swift 6.0+.Installation
CocoaPods
Podfile
Manual
- Download
CloudXVerveAdapter.xcframework.zipfrom Releases. - Unzip and drag
CloudXVerveAdapter.xcframeworkinto your Xcode project. - Add
HyBid(= 3.8.0) manually.
Info.plist Configuration
SKAdNetwork IDs (Required for iOS 14+)
Include the SKAdNetwork IDs provided by Verve for your integration. Refer to the current HyBid SDK documentation for the latestSKAdNetworkItems list.
App Tracking Transparency (iOS 14+)
Info.plist
Project Configuration
Linker Flags: Add-ObjC to Other Linker Flags in Build Settings.
Privacy
The adapter forwards IAB TCF (IABTCF_gdprApplies, IABTCF_TCString) and CCPA (IABUSPrivacy_String) values to Verve / HyBid at initialization time. No publisher action is required beyond standard IAB TCF / CCPA integration.