TeadsSDKPrevious 4.7.2

TeadsSDKPrevious 4.7.2

Maintained by Grosjean Jeremy, CI, Thibaud Saint-Etienne, Paul Nicolas.



  • By
  • Teads

TeadsSDK-ios

Teads allows you to integrate a single SDK into your app, and serve premium branded "outstream" video ads from Teads SSP ad server. This demo app includes Teads iOS library and is showing integration examples.

Run the sample app

Clone this repository, open it with Xcode, and run project.

Install the Teads SDK iOS library

Teads SDK is currently distributed through CocoaPods. It include everything you need to serve "outstream" video ads.

Cocoapods

target 'YourProject' do
    pod 'TeadsSDK', '4.7.2'
end

In terminal in the directory containing your project's .xcodeproj file and the Podfile, run pod install command. This will install Teads SDK along with our needed dependencies.

$ pod install --repo-update

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate TeadsSDK into your Xcode project using Carthage, specify it in your Cartfile:

github "teads/TeadsSDK-iOS" "4.7.2"

Integration Documentation

Integration instructions are available on Teads SDK Documentation.

Changelog

See changelog here.