ShabanKamell / prebid-mobile-android

Prebid Mobile SDK for Android applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Prebid Mobile Android SDK

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

Use Maven?

Easily include the Prebid Mobile SDK using Maven. Simply add this line to your gradle dependencies:

implementation 'org.prebid:prebid-mobile-sdk:2.1.0'

Build from source

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

scripts/buildPrebidMobile.sh

to output the final lib jar and package you a demo app.

Test Prebid Mobile

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

scripts/testPrebidMobile.sh

About

Prebid Mobile SDK for Android applications

License:Apache License 2.0


Languages

Language:Java 83.5%Language:Kotlin 14.4%Language:JavaScript 1.2%Language:HTML 0.6%Language:Shell 0.3%