Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.64 KB

File metadata and controls

41 lines (25 loc) · 1.64 KB

Teads - iOS Smart AdServer Mediation Adapter

Mediation adapter to be used in conjunction with Smart Ads Server to deliver Teads ads on iOS devices.

If you want to display Teads ads in your iOS application through Smart Ads Server mediation, you’re at the right place.

Requirements

  • Platform: iOS 10+
  • Xcode: 12.5+
  • SAS SDK: 7.62+
  • Teads SDK: 5.0.3+

Features

  • ✅ Displaying Teads banners

Installation

Before installing Teads adapter, you need to implement Smart Ads Server 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 TeadsSASAdapter in your Podfile:
platform :ios, '10.0'
pod 'TeadsSASAdapter', '~> 5.1'
  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.

Integration Documentation

Integration instructions are available on Teads SDK Documentation.