Mediation adapter to be used in conjunction with AppLovin to deliver Teads ads on iOS devices.
If you want to display Teads ads in your iOS application through AppLovin MAX mediation, you’re at the right place.
- ✅ Displaying Teads inRead ads
- ✅ Displaying Teads native ads
Before installing Teads adapter, you need to implement AppLovin 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
TeadsAppLovinAdapter
in your Podfile:
platform :ios, '10.0'
pod 'TeadsAppLovinAdapter', '~> 5.1'
- Run
pod install --repo-update
to install the adapter in your project. - Follow the Create a custom Network step to finish the integration.
- You’re done.
Integration instructions are available on Teads SDK Documentation.