v2.0.0

Download


  Unity Android iOS
Download Hive Adiz Unity Android+iOS 2.0.0 Install with Gradle Install with CocoaPod
Release Date 2024-06-04
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.1
  • 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.1
  • iOS 12
External Libraries

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
  • androidx.lifecycle:lifecycle-process:2.5.1
  • com.google.android.gms:play-services-ads:23.0.0
Optional
  • Google Mediation AppLovin
    • com.google.ads.mediation:applovin:12.4.2.0
  • Google Mediation Pangle 5.9.0.2.0
    • com.google.ads.mediation:pangle:5.9.0.2.0
  • Google Mediation UnityAds 4.10.0.0
    • com.google.ads.mediation:unity:4.10.0.0
    • com.unity3d.ads:unity-ads:4.10.0

iOS

Required
  • Google-Mobile-Ads-SDK(11.3.0)
Optional
  • GoogleMobileAdsMediationAppLovin (12.4.1.0)
    • AppLovinSDK (12.4.1)
  • GoogleMobileAdsMediationPangle (5.9.0.7.0)
    • Ads-Global (5.9.0.7)
  • GoogleMobileAdsMediationUnity (4.10.0.0)
    • UnityAds (4.10.0)

  

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.

 

v1.1.0

New Features


Changed Features


  • Android We now support both the instance method and the class method syntax in Java as follows:
    • Previously: Only Adiz.INSTANCE.initialize, AdizInterstitial.Companion.initialize were supported
    • Now: Adiz.INSTANCE.initialize, Adiz.initialize, AdizInterstitial.Companion.initialize, AdizInterstitial.initialize are all supported

Developer Guide Updates


  

v1.0.0

New Features


  • Release of Hive Adiz v1.0.0