AppNext 활성화

지원되는 광고 형식

통합

  1. Yandex 파트너 인터페이스 및 기타 네트워크 인터페이스에서 중재를 설정합니다.

  2. 앱 수준에서 build.gradle 파일에 종속성을 추가하세요.

    implementation 'com.yandex.android:mobileads:7.12.1'
    implementation 'com.yandex.ads.mediation:mobileads-appnext:2.7.6.473.9'
    
  3. 라이브러리를 로드하는 데 문제가 있는 경우, AppNext 문서의 설명에 따라 앱 모듈의 build.gradle 파일에 다음 코드를 추가하세요.

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