Skip to content

Android

Required information

  • Hive SDK v4 Native 25.0.0 or later: Security key issuance required
    • Due to authentication security protocol changes, you must issue a security key from the Hive Console when using version 25.0.0 or later. Without it, login will not be possible.
  • Hive SDK v4 Native 25.1.3 or later: PG payment implementation changes required
    • When using PG payment with Android 25.1.3 or later, you must modify the implementation according to the PG payment flow.


v4.26.1.0

Download


Target OS Release version Release date
Android Hive SDK v4 Native Android 26.1.0 2026-01-13

New features

Billing

Authentication

  • Provides the AuthV4.checkAgeGate method that displays a popup for users to enter their birth date and returns the entered value through a callback.
  • Added the AuthV4.setAutoLoginEnabled method to register (ON/OFF) the next login session (not the current one) for automatic login. After setting to ON, you can use automatic login by executing AuthV4.Helper.signIn or running AuthV4.signIn with ProviderType.AUTO.
  • Support for login with Xiaomi.

Promotion

  • Support for deferred deep links that redirect users to specified in-app pages after app installation when non-installed users click direct links.

Add-ons

  • In opening with in-game webview, provides an option to use Game Activity instead of Hive Activity when exposing webview with the showInWebView method of the PlatformHelper class.

Others

  • You can check the language setting value configured in the SDK using the getGameLanguage method in the Configuration class.


Changed features

Library updates

  • Amazon AppStore (Android) v3.0.4 → v3.0.8
  • Samsung GalaxyStore IAP (Android) v6.1.1 → v6.5.0
  • Google Billing Library (Android) v7.0.0 → v8.0.0
  • QQ (Android) v3.5.17 → v3.5.18
  • Xiaomi (Android) v3.2.5_12798 → v3.4.6

Marketing Attribution

  • Changed to prevent duplicate transmission of revenue logs for the same receipt sent to MMP.
  • Added sending of revenue values to the value key when transmitting Firebase purchase events.
  • Previously, revenue values were only sent to the revenue key.

Billing

  • Changed to use Google Play Billing Library 8.0 for Google Play payments.

Analytics

  • Changed the popup design and improved the behavior of exposing DMA consent banner.
  • Existing consent history from the previous banner is maintained, and when re-displayed, a new consent banner with improved text and UI will be shown.
  • If you were using custom text for the existing consent banner, you need to reconfigure it according to the changed data structure by referring to custom consent banner UI settings.

Authentication

  • Support for adult verification through apps as well as web methods.
  • Removed automatic collection of profile images and nicknames during SNS login.
  • Changed automatic login behavior policy with the addition of AuthV4.setAutoLoginEnabled (default: PC OFF / Mobile ON):
    • Previous: When switching to another account after account conflict, the changed account maintained automatic login on mobile and disabled automatic login on PC.
    • Changed: When switching to another account after account conflict, the changed account maintains automatic login on both mobile and PC if automatic login session registration was done with AuthV4.setAutoLoginEnabled, otherwise it's disabled (exceptions may apply).

Promotion

  • Fixed flickering issues when navigating to external browsers through custom view/direct view.

Provisioning

  • Separately provides optional application of Age Range API to respond to the App Store Accountability Act.
    • The App Store Accountability Act scheduled to take effect on January 1, 2026, in Texas, USA is currently on hold, and can be selectively applied according to development circumstances.
    • Can be selectively applied to respond to the App Store Accountability Act taking effect in Utah, USA in May 2026, and Louisiana in July.

Others

  • The Configuration.setZone operation has been changed to be valid only until initialization.


Fixed bugs

Notification

  • Fixed an issue where push notification tokens were being collected even for COPPA targets.

Others

  • Fixed an issue where the background of common UI areas was modified to display within the cutout area when the background is opaque.


v4.26.0.1

Download


Target OS Release version Release date
Android Hive SDK v4 Native Android 26.0.1

Changed features


Provisioning

  • In response to the App Store Accountability Act, the version of Google Play Age Signals API supported by Hive SDK has been changed as follows:
    • Previous: 0.0.1 - Beta2
    • Changed: 0.0.2


v4.26.0.0 Beta

Download


Target OS Release version Release date
Android Hive SDK v4 Native Android 26.0.0 2025-12-08

New features


Provisioning

  • Newly added Compliance feature.
    • When distributing game apps to Google Play and Amazon Appstore, Hive SDK provides the Age Range API to verify user age ranges in response to the App Store Accountability Act that will take effect in Texas, USA on January 1, 2026.


v4.25.9.0

Download


Target OS Release version Release date
Android Hive SDK v4 Native Android 25.9.0 2025-11-07

New features


Authentication


v4.25.8.0

Download


Android
Download Hive SDK v4 Native Android 25.8.0
Release date 2025-10-02

Development environment


Android

Gradle Android Gradle Plugin
v8.11.1 v8.9.3

Required

  • Kotlin (Android) v1.9.22 → 2.1.21
  • Kotlin Coroutine (Android) 1.4.3
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0

Optional

IDP

  • Facebook SDK (Android) v17.0.0 → 18.0.1
  • GooglePlay Services-Auth (Android) v20.7.0 → 21.3.0
  • GooglePlay Services-Games v2 (Android) v20.1.2 → 21.0.0
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0 → 5.11.1
  • Huawei (Android) v6.12.0.300

IAP

  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00 → 21.02.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300

Push

  • Amazon (Android) v1.2.0
  • FCM (Firebase Cloud Messaging) (Android) v24.0.2 → 25.0.0

Marketing tracking analytics

  • Airbridge (Android) v4.3.0 → 4.7.1
  • Adjust (Android) v5.2.0 → 5.4.2
  • Singular (Android) v12.7.0 → 12.10.0
  • AppsFlyer (Android) v6.16.2 → 6.17.3
  • FirebaseAnalytics (Android) v22.1.2 → 23.0.0

Chat

  • OkHttp (Android) v4.12.0

Others

  • GooglePlay Services-Review (Android) v2.0.1 → 2.0.2
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.6.1 → 18.7.1
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1


Notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Unreal Engine 25.0.0 or later, you must issue a security key in Hive Console > Security Key Settings. Without a security key, login from the app will not be possible.

  • Due to changes in the PG billing process, if you use PG billing on Hive SDK v4 Unreal Engine 25.1.3 or later, you must modify your implementation according to the PG billing process.


New features


Common

  • Supports Android OS 16 (API Level 36).
  • For Android OS 15 (API Level 35) and above, supports 16KB PageSize builds.

Changed features


Common

  • Removed the unused android.permission.FOREGROUND_SERVICE permission.
  • Minimum Android build target changed from 19 to 23.

Others

  • Updated external libraries. * Adjust (Android) 5.2.0 → 5.4.2 * Airbridge (Android) 4.3.0 → 4.7.1 * AppsFlyer (Android) 6.16.2 → 6.17.3 * Firebase-analytics (Android) 22.1.2 → 23.0.0 * Singular (Android) 12.7.0 → 12.10.0 * Facebook (Android) 17.0.0 → 18.0.1 * Line (Android) 5.10.0 → 5.11.1 * play-services-auth (Android) (Google Sign-In) 20.7.0 → 21.3.0 * play-services-games-v2 (Android) (Play Games Services) 20.1.2 → 21.0.0 * play-services-ads-identifier (Android) 18.0.1 → 18.2.0 * play-services-analytic (Android) 18.0.4 → 18.1.1 * firebase messaging (Android) 24.0.2 → 25.0.0 * onestore (Android) 21.01.00 → 21.02.01 * google-core-review (Android) 2.0.1 → 2.0.2 * Recaptcha (Android) 18.6.1 → 18.7.1 * Kotlin (Android) 1.9.22 → 2.1.21

Fixed bugs


Analytics

  • Fixed an issue where unnecessary information was included when resending after client concurrent transmission failure.


v4.25.7.0

Download


Notice: This SDK version does not provide a separate distribution file, and the features are included in higher version SDKs.

New features


Authentication

  • Provides an API to obtain personalized identification information. * The identification information is a hashed DI value. After calling the API and completing adult verification, you can identify users who have completed adult verification using this information.


Changed features


Authentication

  • If you set the app to use adult verification in the Hive Console, the adult verification process will be performed automatically after login. * This feature is only supported in Korea.

  • The showAdultConfirm method for adult verification is now deprecated. * The showAdultConfirm method may be removed in future updates.


v4.25.6.0

Download


Android
Download Hive SDK v4 Native Android 25.6.0
Release date 2025-07-31

Notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native Android 25.0.0 or later, you must issue a security key in Hive Console > Security Key Settings. Without a security key, login from the app will not be possible.
  • Due to changes in the PG billing process, if you use PG billing on Hive SDK v4 Native Android 25.1.3 or later, you must modify your implementation according to the PG billing process.


Development environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5.0 v7.4.2 v1.8.0

Required

  • Kotlin (Android) v1.9.22
  • Kotlin Coroutine (Android) 1.4.3
  • AndroidX (Android) v1.2.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0

Optional

IDP

  • Facebook SDK (Android) v17.0.0
  • GooglePlay Services-Auth (Android) v20.7.0
  • GooglePlay Services-Games v2 (Android) v20.1.2
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300

IAP

  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300

PUSH

  • Amazon (Android) v1.2.0
  • FCM(FirebaseCloudMessaging) (Android) v24.0.2

Marketing tracking analytics

  • Airbridge(Android) v4.3.0
  • Adjust(Android) v5.2.0
  • Singular(Android) v12.7.0
  • AppsFlyer(Android) v6.16.2
  • FirebaseAnalytics(Android) v22.1.2

Chat

  • OkHttp(Android) v4.12.0

Others

  • GooglePlay Services-Review (Android) v2.0.1
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.6.1
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1


New features


Chat

  • Added the ability to express or display 'like' on specific chat messages.
  • Added the ability to write replies to specific chat messages and display reply relationships.
  • Added the ability to mention specific users and display mention information.

Changed features


Chat


Developer guide updates



v4.25.5.1

Download


Android
Download Hive SDK v4 Native Android 25.5.1
Release Date 2025-07-23

Notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native Android 25.0.0 or later, you must issue a security key in Hive Console > Security Key Settings. Without a security key, login from the app will not be possible.

  • Due to changes in the PG billing process, if you use PG billing on Hive SDK v4 Native Android 25.1.3 or later, you must modify your implementation according to the PG billing process.


Development Environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5.0 v7.4.2 v1.8.0

Required

  • Kotlin (Android) v1.9.22
  • Kotlin Coroutine (Android) 1.4.3
  • AndroidX (Android) v1.2.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0

Optional

IDP

  • Facebook SDK (Android) v17.0.0
  • GooglePlay Services-Auth (Android) v20.7.0
  • GooglePlay Services-Games v2 (Android) v20.1.2
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300

IAP

  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300

PUSH

  • Amazon (Android) v1.2.0
  • FCM(FirebaseCloudMessaging) (Android) v24.0.2

MARKETING TRACKING ANALYTICS

  • Airbridge(Android) v4.3.0
  • Adjust(Android) v5.2.0
  • Singular(Android) v12.7.0
  • AppsFlyer(Android) v6.16.2
  • FirebaseAnalytics(Android) v22.1.2

CHAT

  • OkHttp(Android) v4.12.0

Others

  • GooglePlay Services-Review (Android) v2.0.1
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.6.1
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1


New Features


Authentication

  • Multi-account switching feature newly provided. Details: * Save the currently logged-in account to the device * View saved accounts * Log out and delete saved accounts * Quickly log in with another saved account

Promotion

Notification

  • Push action button newly provided. * When receiving a push notification, you can perform predefined actions via push selection action buttons.

Chat

  • Message sending * Added automatic translation of chat messages to the user's language and translation of specific messages. * Added announcement message feature that can be received only by users of a specific language. * Added message id to websocket messages to guarantee callback order.
  • Channel * Added ability to view previous chat history when entering a chat channel. * Provides the number of participants in the current channel. * Provides sorting criteria when retrieving channel lists.
  • Event management * Added custom data event transmission in binary.
  • Connection management * Added reconnection feature.


Changed Features


Common

  • Updated obfuscation rules required for build.

Authentication

  • Changed so that the showMyInquiry method now displays the inquiry page even when not using Hive membership account.
  • Changed VK authentication popup from webview to in-app browser.

Hercules

  • Updated Hercules library. * 20241125-2 -> 20250527


Developer Guide Updates


Development Environment Updates



v4.25.2.2

Download


Android
Download Hive SDK v4 Native Android 25.2.2
Release Date 2025-06-23

Notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native Android 25.0.0 or later, you must issue a security key in Hive Console > Security Key Settings. Without a security key, login from the app will not be possible.

  • Due to changes in the PG billing process, if you use PG billing on Hive SDK v4 Native Android 25.1.3 or later, you must modify your implementation according to the PG billing process.


Development environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5.0 v7.4.2 v1.8.0

Required components

  • Kotlin (Android) v1.9.22
  • Kotlin Coroutine (Android) v1.4.3
  • AndroidX (Android) v1.2.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0

Optional components

IDP
  • Facebook SDK (Android) v17.0.0
  • GooglePlay Services-Auth (Android) v20.7.0
  • Google Credential Play Services Auth(Android) v1.3.0
  • GooglePlay Services-Games v2 (Android) v20.1.2
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300

IAP

  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300

PUSH

  • Amazon (Android) v1.2.0
  • FCM(FirebaseCloudMessaging) (Android) v24.0.2

MARKETING TRACKING ANALYTICS

  • Airbridge(Android) v4.3.0
  • Adjust(Android) v5.2.0
  • Singular(Android) v12.7.0
  • AppsFlyer(Android) v6.16.2
  • FirebaseAnalytics(Android) v22.1.2

CHAT

  • OkHttp(Android) v4.12.0

Others

  • GooglePlay Services-Review (Android) v2.0.1
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.6.1
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1


Changed features


Authentication

  • Due to low compatibility of Google Credential Manager, which caused some users to be unable to log in, the authentication method has been reverted back to Google Sign-In.

Others

  • External libraries updated:
    • GooglePlay Services-Auth (Android) v20.7.0 (Google Sign-In rollback re-supported)
    • Google Credential Play Services Auth (Android) v1.3.0 (Google Sign-In rollback removed)

Development Environment Updates


Android

  • GooglePlay Services-Auth (Android) v20.7.0 (Google Sign-In rollback re-supported)
  • Google Credential Play Services Auth (Android) v1.3.0 (Google Sign-In rollback removed)


v4.25.2.1

Download


Android
Download Hive SDK v4 Native Android 25.2.1 (Deprecated)
Release Date 2025-05-14

Notes


  • Due to changes in the authentication security protocol, if you use Hive SDK v4 Native Android 25.0.0 or later, you must issue a security key in Hive Console > Security Key Settings. Without a security key, login from the app will not be possible.

  • Due to changes in the PG billing process, if you use PG billing on Hive SDK v4 Native Android 25.1.3 or later, you must modify your implementation according to the PG billing process.


Development environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5.0 v7.4.2 v1.8.0

Required components

  • Kotlin (Android) v1.9.22
  • Kotlin Coroutine (Android) v1.4.3
  • AndroidX (Android) v1.2.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0

Optional components

IDP
  • Facebook SDK (Android) v17.0.0
  • Google Credential Play Services Auth (Android) v1.3.0
  • Google Play Services - Games v2 (Android) v20.1.2
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300
IAP
  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300
Push
  • Amazon (Android) v1.2.0
  • FCM (Firebase Cloud Messaging) (Android) v24.0.2
Marketing tracking analytics
  • Airbridge (Android) v4.3.0
  • Adjust (Android) v5.2.0
  • Singular (Android) v12.7.0
  • AppsFlyer (Android) v6.16.2
  • FirebaseAnalytics (Android) v22.1.2
Chat
  • OkHttp (Android) v4.12.0
Others
  • Google Play Services - Review (Android) v2.0.1
  • Google Play Services - AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.6.1
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1


Bug fixes


Marketing attribution


v4.25.2.0

Download


Android
Download Hive SDK v4 Native Android 25.2.0 (Deprecated)
Release date 2025-04-29

Notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native Android 25.0.0 or higher, you must issue a security keyfrom Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.
  • Due to changes in the PG payment process, if you're using PG payments with Hive SDK v4 Native Android 25.1.3 or higher, you must refer to PG payment flow and revise your implementation accordingly.


Development environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5.0 v7.4.2 v1.8.0

Required libraries

  • Kotlin (Android) v1.9.22

  • Kotlin Coroutine (Android) v1.4.3

  • AndroidX (Android) v1.2.0+

  • Constraint Layout (Android) v2.1.4

  • Glide (Android) v4.13.0

Optional libraries

IDP

  • Facebook SDK Android v17.0.0
  • GooglePlay Services-Auth (Android) v20.7.0
  • Google Credential Play Services Auth(Android) v1.3.0
  • GooglePlay Services-Games v2 (Android) v20.1.2
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • VK (Android) v3.5.1
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300

IAP

  • Google Billing Library (Android) v7.0.0

  • Samsung GalaxyStore IAP (Android) v6.1.1

  • OneStore (Android) v21.01.00

  • WeChat (Android) v6.8.0

  • Amazon (Android) v3.0.4

  • Huawei (Android) v6.13.0.300

Push

  • Amazon (Android) v1.2.0

  • FCM (Firebase Cloud Messaging) (Android) v24.0.2

Marketing tracking & analytics

  • Airbridge (Android) v4.1.0 → v4.3.0

  • Adjust (Android) v5.0.1 → v5.2.0

  • Singular (Android) v12.6.1 → v12.7.0

  • AppsFlyer (Android) v6.15.2 → v6.16.2

  • Firebase Analytics (Android) v22.1.2

Chat

  • OkHttp (Android) v4.12.0

Others

  • Google Play Services - Review (Android) v2.0.1

  • Google Play Services - AppUpdate (Android) v2.1.0

  • Google reCaptcha (Android) v18.6.1

  • YouTube Android Web Player API (Android) v1.0.1


New features


  • None

Changed features


Provisioning

  • When opening the detailed or review page of the terms, if the destination is not a terms URL or contains a hyperlink tag, it is now opened in an external browser.

Authentication

  • VK authentication method has been changed. The updated method is available through the new VK developer console.

  • Due to the deprecation of the Google Sign-In library, implicit and explicit login now use Google Credential Manager and the AuthorizationClient API.

Billing

  • When a product purchased through PG payment is refunded, an order_id value is now added to distinguish it from the previous transaction.

  • When a PG payment transaction completes, the purchase log is now sent from the client.

Promotion

  • Telegram has been added to the list of supported channels when sharing UserAcquisition.

  • WebView cache policy has been updated.

Marketing attribution

Chat

  • When sending or receiving message data, extraData is now included.

  • extraData is no longer sent during chat server connection.

  • Integer-based time values are now received in addition to string values.

  • Improved behavior in network-blocked conditions to prevent duplicate WebSocket connections if disconnect fails and reconnection is attempted.

Others

  • External libraries updated:
    *   Airbridge (Android) v4.1.0 → v4.3.0
    
    *   Adjust (Android) v5.0.1 → v5.2.0
    
    *   Singular (Android) v12.6.1 → v12.7.0
    
    *   AppsFlyer (Android) v6.15.2 → v6.16.2
    
    *   Google Play Services - Auth (Android) v20.7.0 (no longer supported)
    
    *   Google Credential Play Services Auth (Android) v1.3.0 (newly supported)
    

Fixed bugs


General

  • When retrying communication or connecting to distributed servers, responses that arrive before the max timeout no longer wait unnecessarily; retry or connection is now attempted immediately.

Provisioning

  • Fixed a bug where the AgeGate value in hive_config.xml was used incorrectly when the ad module (Adiz) initialized before the SDK, especially when complying with regulations such as COPPA or GDPR.

Marketing attribution

  • Fixed an issue where empty push notifications appeared when using Adjust to detect installation.

  • Fixed revenue data errors for bulk purchases when using Airbridge.

Chat

  • Fixed intermittent connection failures when connecting to the chat server.

Known issues


Marketing attribution


Developer guide updates



Development environment updates


Android

  • Airbridge (Android) v4.1.0 → v4.3.0

  • Adjust (Android) v5.0.1 → v5.2.0

  • Singular (Android) v12.6.1 → v12.7.0

  • AppsFlyer (Android) v6.15.2 → v6.16.2

  • Google Play Services - Auth (Android) v20.7.0 (no longer supported)

  • Google Credential Play Services Auth (Android) v1.3.0 (newly supported)


v4.25.1.3

Download


Android
Download Hive SDK v4 Native Android 25.1.3
Release Date 2025-04-10

Notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native Android 25.0.0 or higher, you must issue a security key in the Hive console > Security Key Settings by issuing a security key. If the security key is not issued, app users will not be able to log in to the app.

  • Due to changes in the PG payment process, if you are using Hive SDK v4 Native Android 25.1.3 or higher with PG payments, you need to modify your code implementation by referring to the PG payment process.


Development environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5.0 v7.4.2 v1.8.0

Required

  • Kotlin (Android) v1.9.22
  • Kotlin Coroutine (Android) 1.4.3
  • AndroidX (Android) v1.2.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0

Optional

IDP

  • Facebook SDK Android v17.0.0
  • GooglePlay Services-Auth (Android) v20.7.0
  • GooglePlay Services-Games v2 (Android) v20.1.2
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • VK (Android) v3.5.1
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300

IAP

  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300

PUSH

  • Amazon (Android) v1.2.0
  • FCM(FirebaseCloudMessaging) (Android) v24.0.2

MARKETING TRACKING ANALYTICS

  • Airbridge(Android) v4.1.0
  • Adjust(Android) v5.0.1
  • Singular(Android) v12.6.1
  • AppsFlyer(Android) v6.15.2
  • FirebaseAnalytics(Android) v22.1.2

CHAT

  • OkHttp(Android) v4.12.0

Others

  • GooglePlay Services-Review (Android) v2.0.1
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.6.1
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1


New features


  • N/A

Changed features


Billing

  • Android Changes how PG payments work to be consistent with markets in other billing (IAPv4) features. If you are applying PG payment, you need to modify the code implementation by referring to PG payment operation process.

Fixed Bugs


  • N/A


v4.25.0.1

Download


Android
Download Hive SDK v4 Native Android 25.0.1
Release Date 2025-03-10

Notes


Due to changes in the authentication security protocol, when using Hive SDK v4 Native Android 25.0.0 or higher, you must obtain a security key from Hive Console > Security Key Settings. Without a security key, app users will not be able to log in to the app.


Development Environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5 v7.4.2 v1.8.0

Required Items

  • Kotlin (Android) v1.9.22
  • Kotlin Coroutine (Android) 1.4.3
  • AndroidX (Android) v1.2.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0

Optional Items

IDP

  • Facebook SDK Android v17.0.0
  • GooglePlay Services-Auth (Android) v20.7.0
  • GooglePlay Services-Games v2 (Android) v20.0.0
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • VK (Android) v3.5.1
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300

IAP

  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300

PUSH

  • Amazon (Android) v1.2.0
  • FCM(FirebaseCloudMessaging) (Android) v24.0.2

Marketing Tracking Analytics

  • Airbridge(Android) v4.1.0
  • Adjust(Android) v5.0.1
  • Singular(Android) v12.6.1
  • AppsFlyer(Android) v6.15.2
  • FirebaseAnalytics(Android) v22.1.2

CHAT

  • OkHttp(Android) v4.12.0

Others

  • GooglePlay Services-Review (Android) v2.1.0
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.6.1
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1


New Features


  • None

Changed Features


  • None

Fixed Bugs


  • None


v4.25.0.0

Download


Android
Download Hive SDK v4 Native Android 25.0.0
Release Date 2025-01-24


Notes


Due to changes in the authentication security protocol, when using Hive SDK v4 Native Android 25.0.0, you must issue a security key from Hive console > Security Key Settings here. If you do not obtain a security key, app users will not be able to log in to the app.


Development Environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5 v7.4.2 v1.8.0

Mandatory Items

  • Kotlin (Android) v1.9.22
  • Kotlin Coroutine (Android) 1.4.3
  • AndroidX (Android) v1.2.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0

Optional Items

IDP

  • Facebook SDK Android v17.0.0
  • GooglePlay Services-Auth (Android) v20.7.0
  • GooglePlay Services-Games v2 (Android) v20.0.0
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • VK (Android) v3.5.1
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300

IAP

  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300

PUSH

  • Amazon (Android) v1.2.0
  • FCM(FirebaseCloudMessaging) (Android) v24.0.2

Marketing Tracking Analytics

  • Airbridge(Android) v4.1.0
  • Adjust(Android) v5.0.1
  • Singular(Android) v12.6.1
  • AppsFlyer(Android) v6.15.2
  • FirebaseAnalytics(Android) v22.1.2

Chat

  • OkHttp(Android) v4.12.0

Others

  • GooglePlay Services-Review (Android) v2.1.0
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.6.1
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1


New Features


Authentication

Marketing Attribution

Chat

  • Newly supports the chat feature.

Matchmaking

  • Updated the matchmaking feature to newly support group matchmaking.

    ※ This is not compatible with previous versions of the Hive SDK interface. To use the updated matchmaking feature, you must use Hive SDK v4 25.0.0 or higher.


Changed Features


Authentication

  • Removed deprecated Auth module classes, interfaces, methods, delegates, and listeners.
  • Applied a stronger security protocol using JWT tokens.
  • Removed TalkPlus authentication token methods due to the discontinuation of TalkPlus support.
  • Allowed browsing features such as password recovery in the Apple login web view, in addition to the login functionality.

Promotion

  • Collects login events so that rewards can be granted when a user who entered an invitation code installs the app.

Marketing Attribution

  • Updated to support Adjust v5. * Removed the Adjust Signature library.
  • Changed to send advertising revenue sources as AdMob when aggregating Adiz advertising revenue with Adjust.
  • Reflected the integration of the Appsflyer advertising revenue aggregation library into the main library. * 6.14.2 → 6.15.2 * Removed the Appsflyer ad-revenue library.

Others

  • Updated the Hercules library version. * Android: 20241120


Fixed Bugs


Authentication

  • Fixed an issue where network response delays during the execution of the signIn method could intermittently occupy the UI thread.


Developer Guide Changes


Development Environment Updates


Android

  • AppsFlyer v6.14.2 → v6.15.2
  • Adjust v4.38.5 → v5.0.1
  • Singular v12.6.0 → v12.6.1


v4.24.5.0

Download


Android
Download Hive SDK v4 Native Android 24.5.0
Release Date 2024-11-08

Development Environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5 v7.4.2 v1.8.0

Requirements

  • Kotlin (Android) v1.9.22
  • Kotlin Coroutine (Android) 1.4.3
  • AndroidX (Android) v1.0.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0

Optional

IDP

  • Facebook SDK Android v17.0.0
  • Google Play Services-Auth (Android) v20.7.0
  • Google Play Services-Games v2 (Android) v20.0.0
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • VK (Android) v3.5.1
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300

IAP

  • Google Billing Library (Android) v7.0.0
  • Samsung Galaxy Store IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300

PUSH

  • Amazon (Android) v1.2.0
  • FCM (Firebase Cloud Messaging) (Android) v24.0.2

Marketing Tracking Analytics

  • Airbridge (Android) v4.1.0
  • Adjust (Android) v4.38.5
  • adjust-android-signature-3.20.1.aar
  • Singular (Android) v12.6.0
  • AppsFlyer (Android) v6.14.2
  • Firebase Analytics (Android) v22.1.2

Others

  • Google Play Services-Review (Android) v2.1.0
  • Google Play Services-App Update (Android) v2.1.0
  • Google reCaptcha (Android) v18.6.1
  • YouTube Android Web Player API (Android) v1.0.1

New Features


Authentication

Matchmaking

Promotion

  • Advertising is also possible through the spot banner.
  • Supports sharing user invitations via X (Twitter).

Modified Features


Authentication

  • Modifies the provider name displayed in the crash popup.

Resolved Bugs


  • N/A

Developer Guide Changes

  • Updated the note regarding the use of showCustomContents method for displaying spot banners in cross-promotion full banners.

Development Environment Updates


Android

  • Google reCaptcha 18.4.0 → 18.6.1
  • Kotlin 1.8.0 → 1.9.22
  • FCM (Firebase Cloud Messaging) 23.2.1 → 24.0.2
  • AppsFlyer 6.13.0 → 6.14.2
  • Singular 12.5.4 → 12.6.0
  • Firebase 21.5.0 → 22.1.2

v4.24.4.0


Download


Android
Download Hive SDK v4 Native Android 24.4.0
Release Date 2024-10-14

 

Development Environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5 v7.4.2 v1.8.0

REQUIRED

  • Kotlin (Android) v1.8.0
  • Kotlin Coroutine (Android) 1.4.3
  • AndroidX (Android) v1.0.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0


OPTIONAL

IDP
  • Facebook SDK Android v17.0.0
  • GooglePlay Services-Auth (Android) v20.7.0
  • GooglePlay Services-Games v2 (Android) v20.0.0
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • VK (Android) v3.5.1
  • WeChat (Android) v6.8.0
  • LINE (Android) v5.10.0
  • Huawei (Android) v6.12.0.300
IAP
  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300
PUSH
  • Amazon (Android) v1.2.0
  • FCM(FirebaseCloudMessaging) (Android) v23.2.1
MARKETING TRACKING ANALYTICS
  • Airbridge(Android) v4.1.0
  • Adjust(Android) v4.38.5
  • adjust-android-signature-3.20.1.aar
  • Singular(Android) v12.5.4
  • AppsFlyer(Android) v6.13.0<
  • FirebaseAnalytics(Android) v21.5.0
Else
  • GooglePlay Services-Review (Android) v2.1.0
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.4.0
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1

 

What's new


Marketing Attribution


Billing

  • When paying via PG, we provide the ability to purchase the desired quantity of a single product.

Changed features


  • N/A


Development environment updates


Android

  • N/A

 

v4.24.3.0


Download


Android
Download Hive SDK v4 Native Android 24.3.0
Release Date 2024-09-03

 

Development Environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5 v7.4.2 v1.8.0

REQUIRED

  • Kotlin (Android) v1.8.0
  • Kotlin Coroutine (Android) 1.4.3
  • AndroidX (Android) v1.0.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0
  • SDWebImage (iOS) v5.18.7


OPTIONAL

IDP
  • Facebook SDK Android v17.0.0
  • Facebook SDK iOS v17.0.2
  • GooglePlay Services-Auth (Android) v20.7.0
  • GooglePlay Services-Games v2 (Android) v20.0.0
  • Google Sign-In SDK (iOS) v7.1.0
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • QQ (iOS) v3.5.16
  • VK (Android) v3.5.1
  • VK (iOS) v1.6.4
  • WeChat (Android) v6.8.0
  • WeChat (iOS) v2.0.4
  • LINE (Android) v5.10.0
  • LINE (iOS) v5.11.0
  • Huawei (Android) v6.12.0.300
IAP
  • Google Billing Library (Android) v7.0.0
  • Samsung GalaxyStore IAP (Android) v6.1.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300
PUSH
  • Amazon (Android) v1.2.0
  • FCM(FirebaseCloudMessaging) (Android) v23.2.1
MARKETING TRACKING ANALYTICS
  • Adjust(Android) v4.38.5
  • adjust-android-signature-3.20.1.aar
  • Adjust(iOS) v4.38.4
  • AdjustSigSdk 3.20.1
  • Singular(Android) v12.5.4
  • Singular(iOS) v12.4.1
  • AppsFlyer(Android) v6.13.0
  • AppsFlyer(iOS) v6.14.3
  • FirebaseAnalytics(Android) v21.5.0
  • FirebaseAnalytics(iOS) v10.22.0
Else
  • GooglePlay Services-Review (Android) v2.1.0
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.4.0
  • Google reCaptcha (iOS) v18.3.0
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1

 

What's new


Provisioning

  • A feature has been added to check whether consent from the legal representative has been obtained on the terms and conditions screen.


Changed features


Authentication

  • Modified the logout behavior.
    • Previous: User account is logged out from the Hive SDK when signOut is called.
    • Guest receives a failure response from the server when calling the signOut API.
    • Changed: When signOut is called, the Hive SDK will request confirmation from the Hive Server to log out the user account and will log out based on the response.
  • Guest account logout will no longer return a success response but will return an error code. The guest account session will be maintained by the Hive SDK and Hive Server.
  • Accounts that are suspended will automatically log out from IdP to allow login with a different account for the same IdP. This only applies if automatic login is not possible.
  • When integrating with IdP using the AuthV4.connect method, switching to a suspended account will trigger a logout.
  • Changed the device management service to automatically apply international phone country codes according to the device access region.

Promotion

  • Modified to ensure that unnecessary information is not included in the values sent via additionalInfo.
  • Changed to allow displaying full banners in a 2:3 or 3:2 ratio.
  • Changed the text from "Don't show for 1 day" to "Don't show today" on full banners.

Marketing attribution


Resolved bugs


Hive SDK common

  • Fixes an issue where memory could not be freed by modifying the resource reference logic.

Notification

  • Fixes an issue where push messages did not display correctly when an unsupported type setting was used in local push notifications.


Development environment updates


  • Google Play Billing Library 6.1 → 7.0
  • Google Play Service Games 20.0.0 → 20.1.2


Developer guide changes


 

v4.24.2.0 (2024-07-05)


What's New


Hive SDK Common

  • Provides a feature that returns whether users under 16 in the EU and EEA regions where GDPR applies have agreed to the terms of service, and checks if they are under 16. Check this feature here.
  • Uses the PhotoPicker feature by default when using the photo album on devices with Android OS 11 or higher or devices with the supporting module installed.

Authentication

  • When the number of accounts that can be registered with a single mobile phone number is exceeded, requesting the sending of an authentication code will display the error message: "You have exceeded the number of accounts that can be created with the same mobile phone number."

Promotion


Changed Features


Notification

  • Supports the runtime library (Push Amazon Device Message 1.2.0) that works on new Amazon Fire devices. See more here.


Bug Fixes


Authentication

  • During the real-name verification process for users accessing from China, an error message will be displayed when the message sending limit was exceeded with the remaining time not being reset.
  • Fixes an issue where there was no appropriate response callback when the back key was pressed during Google Play login without completing the login.
  • Fixes an issue where keyboard input could not be performed on low-resolution devices.

Marketing Attribution

  • Fixes an issue where Adjust event transmission was delayed when initializing with a customized terms of service.


Development Environment Updates


Android

  • Samsung GalaxyStore IAP 6.1 → 6.1.1
  • Amazon Device Message 1.0.1 → 1.2.0


Developer Guide Changes


  • Due to the discontinuation of Facebook Cloud Games support starting from Hive SDK v4 24.2.0, the following pages have been updated accordingly:
    • Setting up Unity
    • Setting up Unity > Configuring Facebook Cloud Games
    • Setting up Android
    • Billing
    • Notifications
  • Enhanced the explanation on the market selection screen for Lebi.

 

v4.24.1.3


Download


Android
Download Hive SDK v4 Android 24.1.3
Release Date 2024-07-25


Changed Features


Authentication

  • When registering a mobile device while using the device management service, the international dialing code will be automatically applied based on the device's connection region instead of using +82.

 

v4.24.1.2 (2024-06-27)


Bug fixes


Authentication

  • Fixed an issue where no appropriate response callback was provided when canceling Google login by pressing the back button during the login process. This bug occurred only when the Google Legacy Support value in the Hive Console was set to true.
  • Fixed an issue where keyboard input was not possible on low-resolution devices.

 

v4.24.1.0 (2024-05-14)


What’s New


N/A


Changed Feature


N/A


Development Environment Updates


N/A


Changes to developer guide


N/A

 

v4.24.0.0 (2024-04-30)


What’s New


Promotion

  • Support Custom tab using the default browser set on the device to display external pages. You can expose In-App Browser with the showInAppBrowser method of the PlatformHelper class.


Changed Feature


Billing

  • The PG payment type phrase displayed in the refund user repayment UI has been changed from "HiveStore" to "PG payment".
  • Change the PG payment page to be exposed in the in-app web view rather than the in-app browser. Supports PG payments even on devices that do not support the in-app browser environment.

Analytics

  • Change the default advertising identifier collection setting in the Firebase event collection function to true.


Development Environment Updates


Android

  • GooglePlay Services-Games v2 (Android) v19.0.0 → 20.0.0
  • Facebook SDK Android v16.2.0 → 17.0.0
  • LINE (Android) v5.9.1 → 5.10.0


Changes to developer guide


 

v4.23.5.1


Download


Android
Download Hive SDK v4 Android 23.5.1
Release Date 2024-06-27

 

Development Environment


Gradle Android Gradle Plugin Kotlin Gradle Plugin
v7.5 v7.4.2 v1.8.0

Required

  • Kotlin (Android) v1.8.0
  • Kotlin Coroutine (Android) 1.4.3
  • AndroidX (Android) v1.0.0+
  • Constraint Layout (Android) v2.1.4
  • Glide (Android) v4.13.0
  • SDWebImage (iOS) v5.18.7


Optional

IDP
  • Facebook SDK Android v16.2.0
  • Facebook SDK iOS v16.2.1
  • GooglePlay Services-Auth (Android) v20.7.0
  • GooglePlay Services-Games v2 (Android) v19.0.0
  • Google Sign-In SDK (iOS) v7.1.0
  • QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
  • QQ (iOS) v3.5.16
  • VK (Android) v3.5.1
  • VK (iOS) v1.6.4
  • WeChat (Android) v6.8.0
  • WeChat (iOS) v2.0.4
  • LINE (Android) v5.9.1
  • LINE (iOS) v5.11.0
  • Huawei (Android) v6.12.0.300
IAP
  • Google Billing Library (Android) v6.0.1
  • OneStore (Android) v21.01.00
  • WeChat (Android) v6.8.0
  • Amazon (Android) v3.0.4
  • Huawei (Android) v6.13.0.300
PUSH
  • Amazon (Android) v1.0.1
  • FCM(FirebaseCloudMessaging) (Android) v23.2.1
Marketing Tracking Analytics
  • Adjust(Android) v4.38.2
  • Adjust(iOS) v4.38.0
  • Singular(Android) v12.5.4
  • Singular(iOS) v12.4.1
  • AppsFlyer(Android) v6.13.0
  • AppsFlyer(iOS) v6.14.3
  • FirebaseAnalytics(Android) v21.5.0
  • FirebaseAnalytics(iOS) v10.22.0
Others
  • GooglePlay Services-Review (Android) v2.1.0
  • GooglePlay Services-AppUpdate (Android) v2.1.0
  • Google reCaptcha (Android) v18.4.0
  • Google reCaptcha (iOS) v18.3.0
  • YoutubeAndroidWebPlayerApi (Android) v1.0.1

 

Bug fixes


Authentication

  • Fixed an issue where no appropriate response callback was provided when canceling Google login by pressing the back button during the login process. This bug occurred only when the Google Legacy Support value in the Hive Console was set to true.
  • Fixed an issue where keyboard input was not possible on low-resolution devices.