PrebidMobile 2.2.1

PrebidMobile 2.2.1

TestsTested
LangLanguage Obj-CObjective C
License Apache-2.0
ReleasedLast Release Apr 2024

Maintained by Punnaghai Puviarasu, Kowshickkarthick Subramanian, Abhishek Sharma, Mobile SDK, Oleksandr Pavliuchyk, Oleksandr Pavliuchyk, Yurii Velychko, Olena Stepaniuk, Jono Sligh--description=macbook pro.



  • By
  • Prebid.org, Inc.

Build Status

Prebid Mobile iOS SDK

To work with Prebid Mobile, you will need accesss to a Prebid Server. See this page for options.

Use Cocoapods?

Easily include the Prebid Mobile SDK for your primary 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

Carthage

2.1.1 version is available to build PrebidMobile with Carthage. For that, please, put the following content to your Cartfile:

github "prebid/prebid-mobile-ios" == 2.1.1-carthage

Run this command in order to build PrebidMobile with Carthage:

carthage update --use-xcframeworks --platform ios

Note that PrebidMobileGAMEventHandlers, PrebidMobileAdMobAdapters, PrebidMobileMAXAdapters are not available to build with Carthage.