v2.0.1
Download
Unity | Android | iOS | |
---|---|---|---|
Download | Hive 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
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.
- 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
- 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
- Android
- iOS
Developer Guide Changes
- All Even for the regions outside of Europe, you must create GDPR messages in the AdMob console for Hive Adiz initialization to work properly.
- iOS To display the ATT consent popup, you must set user tracking access permissions.
v2.0.0 (2024-06-04)
What’s New
- All Updates the major version of Google Mobile Ads.
- Android: v22.x.x → v23.x.x
- iOS: v10.x.x → v11.x.x
- All Supports AdMob Mediation. Supports AppLovin, Pangle, and Unity Ad networks.
- All Automatically passes user consent choices to mediation networks for users in the European Economic Area (EEA).
- All Supports setting the tag for users under the age of consent (TFUA) for GDPR purposes.
- All Supports setting the tag for treating the service as directed to children (TFCD) for COPPA purposes.
- All Provides a real-time ad inspector for analyzing test ad requests programmatically.
Changed Features
- Android Some class namespaces have been changed.
- Adiz:
com.hive.adiz
→com.hive
- Adiz:
- 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 (2024-02-15)
New Features
- All For users running the app with an IP address from Europe or the UK, you can now display the GDPR (General Data Protection Regulation) consent popup. This uses Google UMP as the platform.
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
- Previously: Only
Developer Guide Updates
- Android An
activity
parameter has been added to the initialization example code. - All Error codes from
-109
to-202
have been added to the ad platform error codes. - iOS Added guidance for exposing user-specific ads.
- Unity Added guidance for exposing user-specific ads.
- iOS A
ViewController
parameter has been added to the initialization example code.
v1.0.0 (2023-12-28)
New Features
- Release of Hive Adiz v1.0.0