Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teads/teadssdk-adapter-mopub-ios
Teads - iOS MoPub Mediation Adapter
https://github.com/teads/teadssdk-adapter-mopub-ios
Last synced: about 2 months ago
JSON representation
Teads - iOS MoPub Mediation Adapter
- Host: GitHub
- URL: https://github.com/teads/teadssdk-adapter-mopub-ios
- Owner: teads
- Created: 2018-06-22T12:35:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T11:43:24.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T20:19:36.934Z (about 2 months ago)
- Language: Swift
- Homepage: https://support.teads.tv/support/solutions/articles/36000166728-twitter-mopub-mediation-ios
- Size: 6.3 MB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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](https://support.teads.tv/support/solutions/articles/36000357700-inread-applovin-mediation).
>
> Using cocoapods, you need to update your podfile.
> ```ruby
> platform :ios, '10.0'
> pod 'TeadsAppLovinAdapter', '~> 5.0'
> ```
> [Teads Sample App](https://github.com/teads/TeadsSDK-iOS) includes MAX AppLovin Integration## Requirements
- ![Platform: iOS 10+](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)
- ![MoPub SDK: 5.13+](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 [MoPub Ads](https://developers.mopub.com/docs/ios/) 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 `MoPub-Teads-Adapters` in your Podfile:
```ruby
platform :ios, '10.0'
pod 'MoPub-Teads-Adapters'
```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/36000166728-mopub-ios#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 [`TeadsMoPubAdapter`](https://github.com/teads/TeadsSDK-iOS/releases).
3. Drop adapter files in your iOS project.
4. Follow the [Define Custom Event](https://support.teads.tv/support/solutions/articles/36000166728-mopub-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/36000166728-mopub-ios).
## Changelog
See [CHANGELOG](CHANGELOG.md).