Get started with Prebid Mobile by creating a Prebid Server account here
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 Prebid Mobile from source code. After cloning the repo, from the root directory run
./scripts/buildPrebidMobile.sh
to output the Prebid Mobile framework.
Run the test script to run unit tests and integration tests.
./scripts/testPrebidMobile.sh