Enabling AppNext

Supported ad formats

Integration

  1. Set up mediation in the Yandex partner interface and other network interface.

  2. Add the dependencies to the build.gradle file at the app level:

    implementation 'com.yandex.android:mobileads:7.7.0'
    implementation 'com.yandex.ads.mediation:mobileads-appnext:2.7.6.473.4'
    
  3. If you have problems loading the library, add the following code to the build.gradle file as described in the AppNext documentation:

    maven {
      url "https://dl.appnext.com/"
    }
    
Previous