Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

technology-ebay-de/prebid-mobile-ios

This branch is 3 commits ahead of, 700 commits behind prebid/prebid-mobile-ios:master.

Repository files navigation

Build Status

Prebid Mobile iOS SDK

Get started with Prebid Mobile by creating a Prebid Server account here

Use Cocoapods?

Easily include the Prebid Mobile SDK for your priamy ad server in your Podfile/

platform :ios, '11.0'

target 'MyAmazingApp' do 
    pod 'PrebidMobile'
end

Build framework from source

Build Prebid Mobile from source code. After cloning the repo, from the root directory run

./scripts/buildPrebidMobile.sh

to output the Prebid Mobile framework.

Test Prebid Mobile

Run the test script to run unit tests and integration tests.

./scripts/testPrebidMobile.sh

About

Prebid Mobile SDK for iOS applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 58.8%
  • Swift 37.4%
  • HTML 2.7%
  • Other 1.1%