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.
Last updated
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.
Last updated
In the commonMain.dependencies
section of your shared module build.gradle
file, add the following line to integrate the Bidapp kotlin multiplatform library
Save and Sync the build.gradle
file
Request pubid by sending email to connect@bidapp.io
Bidapp SDK contains implementations of adapters to other Networks SDKs.
To install them follow the instructions:
If you want to receive release updates for adapters, subscribe to our GitHub repository: GitHub repository
Initialize the SDK in your app onCreate()
method of your launch Activity
Ad assets that are fully cached result in a better user experience. Therefore, always initialize the Bidapp SDK on startup to give mediated networks the maximum amount of time to cache ads. This is especially important with video ads.
The activity is only passed from the Android application; for iOS, a null value is passed."
In order to ensure you obtain consent from your users in applicable jurisdictions on behalf of our monetization partners and correctly pass consent flag values to Bidapp, please review App Policy Settings