AppNext integration

Supported versions of libraries and platforms

Yandex Mobile Ads SDK:

  • Minimum supported 7.7.0 version
  • Currently supported 7.7.0 version
  • максимальная поддерживаемая версия 7.7.1 version (up to, but not including)

AppNext SDK:

  • Minimum supported 2.7.6.473 version
  • Currently supported 2.7.6.473 version
  • Maximum supported 2.7.6.474 version (up to, but not including)

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/"
    }
    
  1. Set up mediation in the Yandex partner interface and other network interface.

  2. Download the available 2.7.6.473 AppNext SDK version and add it to your project.

  3. Download the latest version of the AppNext adapter (an .aar file) from the repository.

Previous