AppNext integration

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

Yandex Mobile Ads SDK:

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

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:8.0.0'
    implementation 'com.yandex.ads.mediation:mobileads-appnext:2.7.6.473.20'
    
  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