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.
Provides the AuthV4.checkAgeGate method that displays an age gate popup for users to enter their birth date and returns that value via callback.
Adds the AuthV4.setAutoLoginEnabled method to register the next login session (not the current one) as an auto login session (ON/OFF). After setting it to ON, you can use auto login by executing AuthV4.Helper.signIn or executing AuthV4.signIn with ProviderType.AUTO.
Supports deferred deep links that direct users to specified in-app pages even after app installation when users who haven't installed the app click direct links.
Open in in-game webview provides an option to display webview using Game Activity instead of Hive Activity when exposing webview with the showInWebView method of the PlatformHelper class.
Existing consent history from previous consent banners is maintained, and improved text and UI with new consent banners will be displayed upon re-exposure.
If you were using custom text for previous consent banners, you must reconfigure according to the changed data structure by referring to custom consent banner UI settings.
Supports adult verification through both web and app methods.
Removes the automatic collection feature for profile images and nicknames during SNS login.
Changes auto login behavior policy due to the addition of AuthV4.setAutoLoginEnabled (default: PC OFF / Mobile ON) as follows:
Previous: When switching to another account after account conflict, the changed account maintains auto login on mobile and disables auto login on PC
Changed: When switching to another account after account conflict, the changed account maintains auto login on both mobile and PC if auto login session was registered with AuthV4.setAutoLoginEnabled, otherwise it's disabled (exceptions exist)
Provides Age Range API as an optional feature to respond to App Store Accountability Act.
The App Store Accountability Act that was to take effect on January 1, 2026 in Texas, USA is currently postponed, so you can choose to apply it based on development status.
You can choose to apply it in response to the App Store Accountability Act taking effect in Utah, USA in May 2026 and Louisiana in July.
In opening with in-game webview, we improve the visibility of the close button for webview exposed by the showInAppView method of the PlatformHelper class.
Fixed the issue where the chat message input field intermittently doesn't appear while using the chatbot.
Fixed the issue where the adult verification popup appears again after deleting registered devices following adult verification when the number of registered devices exceeds the limit in device management.
Fixed the issue where the news menu doesn't work properly when the number of items exceeds a certain limit.
Fixed the issue where it doesn't work properly when the width or height of images displayed on full-screen banners is '0' or when the server sends incorrect information.
Fixed the issue where direct links don't work when exposing community through direct links without URL parameters.
Fixed the issue where the game app flickers and the window closes when the user's network status is offline or changes to offline while using the showInAppBrowser method of the PlatformHelper class in opening with in-game browser.
If you are distributing your game app to the Apple App Store, Hive SDK provides an Age Range API to verify user age ranges in response to the App Store Accountability Act that takes effect in Texas, USA on January 1, 2026.
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 from 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 use PG payment with Hive SDK v4 Unreal Engine 25.1.3 or later, you must update your code according to the PG payment flow.
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 use this information to identify users who have completed adult verification.
Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.
Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.
Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.
Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.
Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.
Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.
Fixed an issue where changing the server group zone using the setZone method in the Configuration class caused the gameLanguage value in hive_config.xml to reset.
Fixed an issue where the AgeGate value in hive_config.xml was incorrectly used when the Adiz ad module was initialized before the SDK during COPPA/GDPR compliance.
Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 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 authentication security protocol, when using Hive SDK v4 Native iOS 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.
Fixed the error where the background is opaque when exposing the popup UI that queries whether to consent to sending consumption information.
Fixed the error where the app's screen orientation rotates in an unintended direction when closing the popup UI that queries whether to consent to sending consumption information.
Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 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.
Fixes the issue where the did and vid values, which are automatically collected and sent by the SDK when using Hive SDK v4 25.0.0 or higher with Adjust v5, are not being sent.
Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0, you must issue a security key from Hive console > Security Key Settingshere. If you do not obtain a security key, app users will not be able to log in to the app.
※ 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.