Unity
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 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
- 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.
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 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 AdKit contents and example code.