Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
teads/TeadsSDK-iOS
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 sample 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'
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"
Integration Documentation
Integration instructions are available on Teads SDK Documentation.
Known Issue
Xcode 12 Excluded Architecture
#142 Our third party viewability solution is unfortunately not yet compatible with ARM Simulator Architecture.
Changelog
See changelog here.
Github
link |
Stars: 15 |
Last commit: 5 days ago |
You may find interesting
Releases
v4.8.4 - 2021-02-12T16:02:15
- arm64 support for simulator 🎉
- [Mediation] fix a crash that could happen using
TeadsAdSettings.subscribeAdResizeDelegate