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.
Clone this repository, open it with Xcode, and run project.
Teads SDK is currently distributed through CocoaPods. It include everything you need to serve "outstream" video ads.
target 'YourProject' do
pod 'TeadsSDK', '4.6.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 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.6.2"
Integration instructions are available on Teads SDK Documentation.
See changelog here.