Integrating the InMobi

Supported ad formats

Integration

  1. Configure mediation in the Boost interface and your advertising network account.

  2. Add dependencies to the androidMain.dependencies block in the build.gradle.kts file at the app level:

    implementation("com.yandex.android:mobileads:8.3.0")
    implementation("com.yandex.ads.mediation:mobileads-inmobi:11.0.0.3")
    

To work with InMobi, add the InmobiYandexMobileAdsAdapters library.

The InMobiYandexMobileAdsAdapters library has been adapted to work with the CocoaPods dependency management system and support static integration.

  1. Configure mediation in the Boost interface and your advertising network account.

  2. To connect the library, add the dependency to the project's Podfile:

    pod 'InMobiYandexMobileAdsAdapters', '11.4.0.0'
    
Previous