Skip to content

teads/TeadsSDK-adapter-mopub-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Teads - iOS MoPub Mediation Adapter

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

Requirements

  • Platform: iOS 10+
  • Xcode: 11.0+
  • MoPub SDK: 5.13+
  • Teads SDK: 4.8.8+

Features

  • Displaying Teads banners

Installation

Before installing Teads adapter, you need to implement MoPub Ads in your application.

CocoaPods

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.

  1. Add pod named MoPub-Teads-Adapters in your Podfile:
platform :ios, '10.0'
pod 'MoPub-Teads-Adapters'
  1. Run pod install --repo-update to install the adapter in your project.
  2. Follow the Define Custom Event step to finish the integration.
  3. You’re done.

Manually

  1. Integrate latest version of Teads SDK to your project using this Quick Start Guide.
  2. Download latest release of TeadsMoPubAdapter.
  3. Drop adapter files in your iOS project.
  4. Follow the Define Custom Event step to finish the integration.
  5. You’re done.

Integration Documentation

Integration instructions are available on Teads SDK Documentation.

Changelog

See CHANGELOG.