v2.0.1

다운로드


  Unity Android iOS
다운로드 Hive Adiz Unity Android+iOS 2.0.1 Gradle로 설치 CocoaPod으로 설치
배포일 2024-07-30
샘플 코드 다운로드 파일에 첨부 Android iOS

 

개발 환경


Unity (Android)
  • Unity 2021.3.21f
  • Android SDK 33 빌드를 지원하는 개발 환경
    • Android SDK API 33
    • Android Platform build-tool 33.0.0
Unity (iOS)
  • Unity 2021.3.21f
  • Xcode 15.3
  • iOS 12

Android
  • minSdkVersion 21 이상
  • compileSdkVersion 33 이상
  • Gradle 6.7.1 이상
  • Android Gradle Plugin 4.2.0 이상

iOS
  • Xcode 15.3
  • iOS 12
외부 라이브러리

Android

필수 항목
  • androidx.core:core-ktx:1.8.0
  • androidx.appcompat:appcompat:1.6.1
  • androidx.constraintlayout:constraintlayout:2.1.4
  • androidx.startup:startup-runtime:1.1.1
  • androidx.lifecycle:lifecycle-runtime-ktx:2.5.1
  • androidx.lifecycle:lifecycle-process:2.5.1
  • com.google.android.gms:play-services-ads:23.1.0
  • com.google.android.ump:user-messaging-platform:2.2.0
선택 항목
  • Google Mediation AppLovin
    • com.google.ads.mediation:applovin:12.5.0.1
  • Google Mediation Pangle 5.9.0.2.0
    • com.google.ads.mediation:pangle:6.0.0.8.0
  • Google Mediation UnityAds 4.10.0.0
    • com.google.ads.mediation:unity:4.12.0.0
    • com.unity3d.ads:unity-ads:4.11.3
  • Google Mediation Meta
    • com.google.ads.mediation:facebook:6.17.0.0

iOS

필수 항목
  • Google-Mobile-Ads-SDK(11.6.0)
선택 항목
  • GoogleMobileAdsMediationAppLovin (12.5.0.0)
    • AppLovinSDK (12.5.0)
  • GoogleMobileAdsMediationPangle (6.0.0.6.0)
    • Ads-Global (6.0.0.6)
  • GoogleMobileAdsMediationUnity (4.12.0.0)
    • UnityAds (4.12.0)
  • GoogleMobileAdsMediationFacebook (6.15.1.0)
    • FBAudienceNetwork (6.15.1)

 

새로운 기능


  • All AdMob 미디에이션을 지원합니다. Meta 광고 네트워크를 지원합니다.
  • All Hive 콘솔에서 테스트 디바이스 등록 및 설정을 지원합니다.

변경한 기능


  • All Hive SDK v4 24.2.0 이상 사용 시, 약관 노출 단계에서 사용자가 설정한 값에 따라 16세 미만 사용자 여부를 자동으로 설정합니다. 따라서 Hive SDK v4 24.2.0 이상 사용 시 AdizConsentManager.SetUserPrivacySettings호출하지 않아도 됩니다.
  • Android AdMob 미디에이션 라이브러리를 최신 버전으로 업데이트합니다.
    • Google Mobile Ads 23.0.0 → 23.1.0
    • Google Mediation AppLovin 12.4.2.0 → 12.5.0.1
    • Google Mediation Pangle 5.9.0.2.0 → 6.0.0.8.0
    • Google Mediation UnityAds 4.10.0.0 → 4.12.0.0
    • unity-ads sdk 4.10.0 → 4.11.3
  • iOS 지원하는 Xcode 버전을 15.3으로 업데이트합니다.
  • iOS AdMob 미디에이션 라이브러리를 최신 버전으로 업데이트합니다.
    • Google-Mobile-Ads-SDK 11.3.0 → 11.6.0
    • GoogleMobileAdsMediationAppLovin 12.4.1.0 → 12.5.0.0
    • GoogleMobileAdsMediationPangle 5.9.0.7.0 → 6.0.0.6.0
    • GoogleMobileAdsMediationUnity 4.10.0.0 → 4.12.0.0
  • Unity AdMob 미디에이션 라이브러리를 최신 버전으로 업데이트합니다.
        Android

      • Google Mobile Ads 23.0.0 → 23.1.0
      • Google Mediation AppLovin 12.4.2.0 → 12.5.0.1
      • Google Mediation Pangle 5.9.0.2.0 → 6.0.0.8.0
      • Google Mediation UnityAds 4.10.0.0 → 4.12.0.0
      • unity-ads sdk 4.10.0 → 4.11.3
        iOS

      • Google-Mobile-Ads-SDK 11.3.0 → 11.6.0
      • GoogleMobileAdsMediationAppLovin 12.4.1.0 → 12.5.0.0
      • GoogleMobileAdsMediationPangle 5.9.0.7.0 → 6.0.0.6.0
      • GoogleMobileAdsMediationUnity 4.10.0.0 → 4.12.0.0

개발자 가이드 변경점


 

v2.0.0 (2024-06-04)

새로운 기능


변경한 기능


  • Android 일부 클래스 네임스페이스가 변경되었습니다.
    • Adiz: com.hive.adizcom.hive
  • Android 일부 API 클래스가 변경되었습니다.
    • setTestDevice(): AdizGDPRManager → Adiz
    • showPrivacyOptionsForm(): AdizGDPRManager → AdizConsentManager
    • isPrivacyOptionsRequired(): AdizGDPRManager → AdizConsentManager
  • iOS 일부 API 클래스가 변경되었습니다.
    • setTestDevice(): AdizGDPRManager → Adiz
    • showPrivacyOptionsForm(): AdizGDPRManager → AdizConsentManager
    • isPrivacyOptionsRequired(): AdizGDPRManager → AdizConsentManager
  • Unity 일부 API 클래스가 변경되었습니다.
    • SetTestDevice(): AdizGDPRManager → Adiz
    • ShowPrivacyOptionsForm(): AdizGDPRManager → AdizConsentManager
    • IsPrivacyOptionsRequired(): AdizGDPRManager → AdizConsentManager

개발자 가이드 변경점


  • Android Unity ProGuard 규칙이 Adiz 모듈에 포함됩니다. 별도 규칙을 추가할 필요가 없도록 변경합니다.
  • All 테스트 광고를 노출하는 방법으로 테스트 모드 활성화와 테스트 기기 등록을 안내합니다.

 

v1.1.0 (2024-02-15)

새로운 기능


변경한 기능


  • Android Java에서 아래와 같이 인스턴스 메서드 구문과 클래스 메서드 구문을 모두 지원합니다.
    • 기존: Adiz.INSTANCE.initialize, AdizInterstitial.Companion.initialize만 지원
    • 변경: Adiz.INSTANCE.initialize, Adiz.initialize, AdizInterstitial.Companion.initialize, AdizInterstitial.initialize 모두 지원

개발자 가이드 변경점


 

v1.0.0 (2023-12-28)

새로운 기능


  • All Hive Adiz v1.0.0 출시