v1.1.0

Download


  Unity Android iOS
Download Hive Adiz Android+iOS 1.1.0 Install with Gradle Install with CocoaPod
Release Date 2024-02-15
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

  • 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:22.6.0

iOS

  • Google-Mobile-Ads-SDK (10.14.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