Hive AdKit for ADOP (hereinafter, AdKit for ADOP) is an advertisement module that uses ADOP‘s API and develops by following the guideline from ADOP. Using AdKit with Hive SDK, log data is sent to Hive Analytics server so that you can skip analyzing an advertisement.
This guide explains how to implement AdKit and makes it easier by fixing errors that occur during integrating the Unity package. Read this page for using AdKit as well as support SDK.
Download
Release Date | Download |
---|---|
2024-04-23 | HIVEAdKit_v1.4.6_for_Unity_ADOP.zip |
Development Environment
- Minimum Supported Versions
- Unity 2019.4 LTS
- Hive SDK v4.15.0 or higher
- Hive SDK v1.19.0 or higher
- Hive C2S.19.0 or higher
- For Android OS, Android SDK 21
- For iOS OS, iOS 12
- Unity 2021.2.13f
- iOS
- Xcode 14.1
- CocoaPod 1.12.1 or higher
- Swift 5
- Android
- JDK 8
- Android SDK API 33
- Android Platform build-tool 33.0.2
- Uses AndroidX libraries. If not an AndroidX project, migration to AndroidX is required.
This guide is based on the following development environment:
|
Release Notes
V1.4.6 (2024-04-23)
- Updated to use ADOP–Unity 3.7.0.
- Updated to use ADOP–Android 3.13.0.
- Updated to use ADOP–IOS 6.6.1.
- iOS – Include privacy manifest file.
V1.4.4 (2023-10-31)
- Updated to use ADOP–Unity 3.5.4.
- Updated to use ADOP–Android 3.9.0.
- Updated to use ADOP–IOS 6.3.4.
- Updated the minimum supported versions and development enevironment.
V1.4.2 (2023-06-20)
- Updates to ADOP–Unity 3.4.0.
- Changed to use ADOP–Android 3.6.0.
- Changes to use ADOP–IOS 6.2.0.
- Changed the ADOP Proguard configuration example codes to apply ADOP update.
- Changed to use yPos to adjust the banner position on requesting an ad banner.
V1.4.0 (Feb 27, 2023)
- iOS – You can build on Xcode 14 or higher.
- Updates to ADOP–Unity 3.1.0.
- Changes to use ADOP–Android 3.2.1.0.
- Changes to use ADOP–IOS 5.3.0.0.
- Modifies the internal code logic following the interface change
- EDM4U 1.2.175 version is provided.
V1.3.1 (Aug 22, 2022)
- Updated ADOP–Unity to 2.18.0
- Supports to use ADOP–Android 2.6.0.0
- Supports to use ADOP–IOS 4.3.1.0
- Changed to be applicable to Android using EDM4U
V1.3.0 (May 17, 2022)
- Available to include the individual additional information when sending logs
- Updated ADOP–Unity to 2.16.1
- Supports to use ADOP–Android 2.4.0.0
- Supports to use ADOP–IOS 4.2.1.0
V1.0.0 (Dec 6, 2021)
- Distributed Hive AdKit for ADOP
ADOP Library versions (As of AdKit v1.4.6)
- ADOPLibrary
- ADOPLibrary–Android:com.adop.sdk:bidmad–androidx 3.13.0
- ADOPLibrary–Android:ad.helper.openbidding:admob–obh 3.13.0
- ADOPLibrary-Android:com.adop.sdk.adapter:adfit:3.12.15.1
- ADOPLibrary-Android:com.adop.sdk.adapter:admob:22.0.0.3
- ADOPLibrary-Android:com.adop.sdk.adapter:applovin:11.9.0.3
- ADOPLibrary-Android:com.adop.sdk.adapter:coupang:1.0.0.1
- ADOPLibrary-Android:com.adop.sdk.adapter:criteo:6.0.0.0
- ADOPLibrary-Android:com.adop.sdk.adapter:fyber:8.2.3.3
- ADOPLibrary-Android:com.adop.sdk.adapter:ironsource:7.3.0.0
- ADOPLibrary-Android:com.adop.sdk.adapter:pangle:5.2.1.1.2
- ADOPLibrary-Android:com.adop.sdk.adapter:pubmatic:2.7.1.3
- ADOPLibrary-Android:com.adop.sdk.adapter:unityads:4.6.1.3
- ADOPLibrary-Android:com.adop.sdk.adapter:vungle:6.12.1.2
- ADOPLibrary-Android:com.adop.sdk.partners:admobbidding:1.0.2
- ADOPLibrary-iOS:BidmadSDK 6.6.1
- ADOPLibrary-iOS:OpenBiddingHelper 6.6.1
- ADOPLibrary-iOS: BidmadAdFitAdapter 3.12.7.4
- ADOPLibrary-iOS: BidmadADOPCoupangAdapter 1.0.0.3
- ADOPLibrary-iOS: BidmadAppLovinAdapter 12.2.1.0
- ADOPLibrary-iOS: BidmadAtomAdapter 1.0.0.3
- ADOPLibrary-iOS: BidmadFyberAdapter 8.2.6.0
- ADOPLibrary-iOS: BidmadGoogleAdManagerAdapter 11.2.0.0
- ADOPLibrary-iOS: BidmadGoogleAdMobAdapter 11.2.0.0
- ADOPLibrary-iOS: BidmadIronSourceAdapter 7.8.0.0.0
- ADOPLibrary-iOS: BidmadPangleAdapter 5.8.0.7.0
- ADOPLibrary-iOS: BidmadPartners/AdMobBidding 1.0.3
- ADOPLibrary-iOS: BidmadPubmaticAdapter 3.2.0.3
- ADOPLibrary-iOS: Bidm0adTeadsAdapter 5.0.27.3
- ADOPLibrary-iOS: BidmadUnityAdsAdapter 4.9.3.0
- ADOPLibrary-iOS: BidmadVungleAdapter 7.2.2.0
Guide changes
- Modified application guide according to Hive AdKit 1.4.6 for Unity ADX update
- Change ADOP Proguard Settings.
- Change How to Use > iOS Profile code, add Privacy Survey Guide note.
- Change Initialize Hive AdKit contents and example code.