AppNext 활성화

지원되는 광고 형식

통합

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

  2. 앱 수준의 build.gradle.kts 파일에서 androidMain.dependencies 블록에 다음 종속성을 추가합니다.

    implementation("com.yandex.android:mobileads:8.0.0")
    implementation("com.yandex.ads.mediation:mobileads-appnext:2.7.6.473.20")
    
  3. If you have problems loading the library, add the following code to the settings.gradle.kts file as described in the AppNext documentation:

    dependencyResolutionManagement {
       repositories {
          //...
          maven("https://dl.appnext.com/")
       }
    }
    
Previous