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
pod 'CloudXBigoAdapter', '~> 5.3.0.0'pod install --repo-updateManual
- Download
CloudXBigoAdapter.xcframework.zipfrom Releases. - Unzip and add
CloudXBigoAdapter.xcframeworkto your Xcode project. - Add
BigoADSversion5.3.0. - Add
-ObjCto Other Linker Flags.
Banner refresh
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 version | Network SDK | Minimum CloudX SDK |
|---|---|---|
5.3.0.0 | BigoADS 5.3.0 | 3.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.