AppNext integration

지원 라이브러리 및 플랫폼 버전

Yandex Mobile Ads SDK:

  • 최소 지원 7.18.5 version
  • 현재 지원 7.18.5 version
  • 최대 지원 버전(미포함) 7.18.6

AppNext SDK:

  • 최소 지원 2.7.6.473 version
  • 현재 지원 2.7.6.473 version
  • Maximum supported 2.7.6.474

지원 광고 형식

연동

  1. Yandex Advertising Network 인터페이스와 다른 네트워크 인터페이스에서 미디에이션 설정을 진행합니다.

  2. 앱 수준의 build.gradle 파일에 다음 의존성을 추가합니다.

    implementation 'com.yandex.android:mobileads:7.18.5'
    implementation 'com.yandex.ads.mediation:mobileads-appnext:2.7.6.473.19'
    
  3. 라이브러리 로드에 문제가 있으면 AppNext 문서에 따라 build.gradle 파일에 다음 코드를 추가합니다.

    maven {
      url "https://dl.appnext.com/"
    }
    
  1. Yandex Advertising Network 인터페이스와 다른 네트워크 인터페이스에서 미디에이션 설정을 진행합니다.

  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