Integration

BIGO Ads adapter for CloudX iOS SDK. Supports Banner, MREC, Interstitial, and Rewarded.

For CloudX dashboard mapping and BIGO Ads-side ID setup, see the BIGO Ads bidder guide. This page covers iOS-specific integration details only.

The iOS adapter supports Banner (320x50), MREC (300x250), Interstitial, and Rewarded. Native and splash ads are not supported.

Install

CocoaPods

Podfile
pod 'CloudXBigoAdapter', '~> 5.3.0.0'
pod install --repo-update

Manual

  1. Download CloudXBigoAdapter.xcframework.zip from Releases.
  2. Unzip and add CloudXBigoAdapter.xcframework to your Xcode project.
  3. Add BigoADS version 5.3.0.
  4. Add -ObjC to Other Linker Flags.

Leave auto-refresh off for your BIGO Ads slots on the BIGO Ads platform. CloudX owns the refresh cycle, and a second refresh loop inside the BIGO Ads SDK renders creatives CloudX never auctioned.

Compatibility

Adapter versionNetwork SDKMinimum CloudX SDK
5.3.0.0BigoADS 5.3.03.9.0

CloudXCore 3.9.0 is the first version whose ad network registry lists BIGO Ads, so an earlier core never discovers this adapter.

The adapter is discovered automatically when your server-provisioned CloudX configuration includes BIGO Ads demand. No manual adapter registration is required.