BigoAds adapter for AMRSDK. Allows publishers to mediate BigoAds native, interstitial, rewarded video and splash ads in AMRSDK.
- iOS 12.0+
- Xcode 26+
Add the following to your Package.swift dependencies:
https://github.com/admost/AMR-IOS-ADAPTER-BIGO.gitThen add AMRAdapterBigo to your target dependencies:
.product(name: "AMRAdapterBigo", package: "AMR-IOS-ADAPTER-BIGO")Or in Xcode: File → Add Package Dependencies and enter the repository URL.
Note about BigoAds SDK and SPM: Bigo does not publish an official Swift Package for
BigoADS. This adapter ships a repackaged copy of the officialBigoADS.xcframeworkas a binary release asset alongside the adapter. Adding this package via SPM pulls in the matchingBigoADSversion automatically — no extra steps required.
Add the following to your Podfile:
pod 'AMRAdapterBigo'Then run:
pod installCopyright 2016 Admost Mediation Limited. All rights reserved.
- Website: admost.com
- Email: [email protected]
- Documentation: admost.github.io/amrios