Skip to content

Adiz

v2.0.1


Download


  Unity Android iOS
Download Adiz Unity Android & ios 2.0.1 Install with Gradle Install with CocoaPod
Release Date 2024-07-30
Sample Code Inside the download file Android iOS

 

Development Environment


Unity (Android)

  • Unity 2021.3.21f
  • Development environment supporting Android SDK 33 build
    • 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 or above
  • compileSdkVersion 33 or above
  • Gradle 6.7.1 or above
  • Android Gradle Plugin 4.2.0 or above


iOS

  • Xcode 15.3
  • iOS 12

Android

Required
  • 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
  • com.google.android.gms:play-services-ads:23.1.0
  • com.google.android.ump:user-messaging-platform:2.2.0
Optional
  • 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

Required
  • Google-Mobile-Ads-SDK(11.6.0)
Optional
  • 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)

  

New Features


  • All Supports AdMob mediation. Supports Meta ad network.
  • All Supports registration and configuration of test devices in the Hive Console.


Changed Features


  • All When using Hive SDK v4.24.2.0 or higher, whether the users are younger than 16 or not will be automatically determined according to the value set by themselves in the terms of service exposure stage. Therefore, when using Hive SDK v4.24.2.0 or higher, you do not need to call AdizConsentManager.SetUserPrivacySettings anymore.
  • Android Updates AdMob mediation libraries to the latest version.
    • 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 Updates the supported Xcode version to 15.3.
  • iOS Updates AdMob mediation libraries to the latest version.
    • 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 Updates AdMob mediation libraries to the latest version.
        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

Developer Guide Changes


 

v2.0.0 (2024-06-04)


What's New



Changed Features


  • Android Some class namespaces have been changed.
    • Adiz: com.hive.adizcom.hive
  • Android Some API classes have been changed.
    • setTestDevice(): AdizGDPRManager → Adiz
    • showPrivacyOptionsForm(): AdizGDPRManager → AdizConsentManager
    • isPrivacyOptionsRequired(): AdizGDPRManager → AdizConsentManager
  • iOS Some API classes have been changed.
    • setTestDevice(): AdizGDPRManager → Adiz
    • showPrivacyOptionsForm(): AdizGDPRManager → AdizConsentManager
    • isPrivacyOptionsRequired(): AdizGDPRManager → AdizConsentManager
  • Unity Some API classes have been changed.
    • SetTestDevice(): AdizGDPRManager → Adiz
    • ShowPrivacyOptionsForm(): AdizGDPRManager → AdizConsentManager
    • IsPrivacyOptionsRequired(): AdizGDPRManager → AdizConsentManager


Developer Guide Changes


  • Android Unity Includes ProGuard rules in the Adiz module. No need to add separate rules.
  • All Guides on activating test mode and registering test devices for test ads.