Coder Social home page Coder Social logo

pcdevsecops / teads-teadssdk-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from teads/teadssdk-ios

0.0 0.0 0.0 978.45 MB

Teads SDK for iOS - Premium branded "outstream" ads

Home Page: https://support.teads.tv/support/solutions/articles/36000314785-ios-sdk-developer-guide

License: MIT License

JavaScript 21.93% Ruby 1.01% C 0.57% Objective-C 46.90% Swift 28.65% HTML 0.94%

teads-teadssdk-ios's Introduction

Teads SDK for iOS

Teads logo


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 framework and is showing integration examples.

πŸ“‹ Table of Contents

πŸ“š Integration Documentation

πŸ•Š Migrating from v4 to v5

TeadsSDK v5 introduces some changes regarding v4, see Migration Documentation

🚲 Run the sample app

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

πŸ“¦ Install the Teads SDK iOS framework

Cocoapods

To install the TeadsSDK just put this on your podfile, if you've never used cocoapods before please check the offical documentation.

pod 'TeadsSDK', '~> 5.0'

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

pod install --repo-update

Before installing Teads adapter, you need to implement Google Mobile Ads in your application.

Swift Package Manager

SPM is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

Installing from Xcode

  1. Add a package by selecting File β†’ Add Packages… in Xcode’s menu bar.
  2. Search for the Teads iOS SDK using the repo's URL:
https://github.com/teads/TeadsSDK-iOS
  1. Next, set the Dependency Rule to be Up to Next Major Version and keep 5.0.0 < 6.0.0.
  2. Choose the Teads product that you want to be installed in your app: TeadsSDK

Alternatively, add Teads to your Package.swift manifest

  1. Add it to the dependencies of your Package.swift:
dependencies: [
    .package(url: "https://github.com/teads/TeadsSDK-iOS", .upToNextMajor(from: "5.0.0"))
]
  1. in any target that depends on a Teads product, add it to the dependencies array of that target:
.target(
  name: "MyTargetName",
  dependencies: [
    // The product(s) you want (e.g. TeadsSDK).
    .product(name: "TeadsSDK", package: "Teads"),
  ]
),

🀝 Mediation Adapters

πŸŽ“ Certifications

Teads SDK supports the IAB Open Measurement SDK, also known as OM SDK. The OM SDK brings transparency to the advertising world, giving a way to standardize the viewability and verification measurement for the ads served through mobile apps. Teads is part of the IAB's compliant companies.

iab certification badge

⌚️ Changelog

See changelog here.

Integration instructions are available on Teads SDK Documentation.

teads-teadssdk-ios's People

Contributors

niko-r avatar elneruda avatar github-paul-nicolas avatar github-jeremy-grosjean avatar github-antoine-barrault avatar barrault01 avatar github-thibaud-saintetienne avatar vincentsaluzzo avatar dependabot[bot] avatar ibrahimennafaa avatar thibaudse avatar github-nourdine-dahmani avatar github-richard-depierre avatar gbougeard avatar hugogresse avatar github-vincent-saluzzo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.