Mediation adapter to be used in conjunction with MoPub to deliver Teads ads on iOS devices.
⚠️ Mopub to AppLovin migration⚠️ MoPub has been acquired by AppLovin and will sunset on March 31, 2022 in favor of AppLovin. Teads supports MAX AppLovin Mediation adapter, you can check it out on official documentation.
Using cocoapods, you need to update your podfile.
platform :ios, '10.0' pod 'TeadsAppLovinAdapter', '~> 5.0'Teads Sample App includes MAX AppLovin Integration
- Displaying Teads banners
Before installing Teads adapter, you need to implement MoPub Ads in your application.
If your project is managing dependencies through CocoaPods, you just need to add this pod in your Podfile
.
It will install Teads adapter and Teads SDK.
- Add pod named
MoPub-Teads-Adapters
in your Podfile:
platform :ios, '10.0'
pod 'MoPub-Teads-Adapters'
- Run
pod install --repo-update
to install the adapter in your project. - Follow the Define Custom Event step to finish the integration.
- You’re done.
- Integrate latest version of Teads SDK to your project using this Quick Start Guide.
- Download latest release of
TeadsMoPubAdapter
. - Drop adapter files in your iOS project.
- Follow the Define Custom Event step to finish the integration.
- You’re done.
Integration instructions are available on Teads SDK Documentation.
See CHANGELOG.