Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teads/teadssdk-adapter-sas-ios

Teads - iOS Smart Ads Server Mediation Adapter
https://github.com/teads/teadssdk-adapter-sas-ios

Last synced: 15 days ago
JSON representation

Teads - iOS Smart Ads Server Mediation Adapter

Awesome Lists containing this project

README

        

# TeadsSDK-adapter-sas-ios

> 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 9+](https://img.shields.io/badge/Platform-iOS%2010%2B-blue.svg?style=flat)
- ![Xcode: 11.0+](https://img.shields.io/badge/Xcode-11.0+-blue.svg?style=flat)
- ![SAS SDK: 7.62+](https://img.shields.io/badge/MoPub%20SDK-5.13+-blue.svg?style=flat)
- ![Teads SDK: 4.8.8+](https://img.shields.io/badge/Teads%20SDK-4.8.8+-blue.svg?style=flat)

## Features

- [x] Displaying Teads banners

## Installation

Before installing Teads adapter, you need to implement [Smart Ads Server ](https://documentation.smartadserver.com/displaySDK/ios/gettingstarted.html) in your application.

#### CocoaPods

If your project is managing dependencies through [CocoaPods](https://cocoapods.org/), 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:

```ruby
platform :ios, '9.0'
pod 'TeadsSASAdapter'
```

2. Run `pod install --repo-update` to install the adapter in your project.
3. Follow the [Define Custom Event](https://support.teads.tv/support/solutions/articles/36000256729-smart-ad-mediation#defining_a_custom_event) step to finish the integration.
4. You’re done.

#### Manually

1. Integrate latest version of Teads SDK to your project using this [Quick Start Guide](https://support.teads.tv/support/solutions/articles/36000165909-ios).
2. Download latest release of [`TeadsSASAdapter`](https://github.com/teads/TeadsSDK-iOS/releases/latest).
3. Drop adapter files in your iOS project.
4. Follow the [Define Custom Event](https://support.teads.tv/support/solutions/articles/36000256729-smart-ad-mediation-ios#defining_a_custom_event) step to finish the integration.
5. You’re done.

## Integration Documentation

Integration instructions are available on [Teads SDK Documentation](https://support.teads.tv/support/solutions/articles/36000256729-smart-ad-mediation-ios).

## Changelog

See [CHANGELOG](CHANGELOG.md).