Integration

Verve adapter for CloudX iOS SDK. Supports Banner, MREC, Interstitial, Rewarded, and Native.

Contact your CloudX account manager to confirm availability and complete publisher onboarding.

Installation

CocoaPods

Podfile
pod 'CloudXVerveAdapter', '~> 3.9.0.0'
pod install --repo-update

Manual

  1. Download CloudXVerveAdapter.xcframework.zip from Releases.
  2. Unzip and drag CloudXVerveAdapter.xcframework into your Xcode project.
  3. Add HyBid (= 3.9.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 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 versionNetwork SDKMinimum CloudXCore
3.9.0.0HyBid 3.9.03.5.0
3.8.0.0HyBid 3.8.03.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