Getting started
This guide will walk you through the steps to integrate the bidapp SDK into your Kotlin Multiplatfrom project, enabling you to monetize your applications with ads effectively.
Installing the bidapp plugin
commonMain.dependencies {
...
implementation("io.bidapp:kmp:0.3.0")
...
}Get the pubid string
Integrate Networks SDK Adapters
Android Platform SetupiOS Platfrom SetupInitialize the SDK
Consent and Data APIs
Last updated