Windows
v4.25.1.0¶
Download¶
Unreal Engine 5 Windows | |
---|---|
Download | Hive SDK v4 UE5 Windows 25.1.0 |
Release Date | 2025-03-25 |
Notes¶
Due to changes in the authentication security protocol, when using Hive SDK v4 Unreal Engine 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 Unreal Engine 25.1.0 or higher with PG payments, you need to modify your code implementation by referring to the PG Payment Process.
Development Environment¶
Unreal Engine 5¶
- Microsoft Visual C++ Redistributable 14.42.34438 +
- Windows 10+
- Unreal Engine 5.5.3
New Features¶
Authentication¶
- Supports Telegram as a new authentication method (IdP). Please refer to Setting up a bot for Telegram login.
- Newly supports X (formerly Twitter) as an authentication method. Please refer to Hive Configuration.
- Provides in-web browsing functionality for sharing authenticated sessions.
Marketing Attribution¶
- Newly supports sending additional attributes to Airbridge when sending marketing tracking events.
Remote Play¶
- Supports Remote Play from Hive SDK v4 UE5 Windows 25.1.0 and above.
Promotion¶
- Added new content notifications in the news menu tab.
Additional Features¶
- New support for controller key mapping when using game controllers, allowing focus and manipulation of certain Hive UI elements.
- Custom cursors can now be applied instead of the standard mouse cursor.
- Added settings to enable or disable game controller operations.
- Provides the
Configuration.setUsePrivateBrowsingForAuth
function to set whether to use private browsing during Google login.- Settings are also provided in the hive_config.xml file. Please refer to SDK Common Config.
- Provides the
PlatformHelper.openBrowser
function to open a browser using a URL. Please refer to In-Game Browser.
Changed Features¶
Development Environment Updates¶
- Updates the minimum required version of Microsoft Visual C++ Redistributable to 14.42.34438.
Authentication¶
- Applies a more robust security protocol using JWT tokens.
Promotion¶
- Fixes the issue of unnecessary information being included in the values sent as
additionalInfo
. - Added new content notifications to the news menu tab.
Billing¶
- Changes the operation of PG payments to be consistent with other billing (
IAPv4
) functionalities. If applying PG payments, please refer to the PG Payment Process to update your code implementation.
Miscellaneous¶
- Updates the Hercules library version.
- Windows: 2024.11.20
Resolved Bugs¶
Authentication¶
- Fixed the issue where the Hive SDK controller still allowed mouse manipulation after the user canceled login after selecting a login method other than Hive membership.
- Fixes the
CommonUnknown
error that occurs when a user in refund re-payment status logs into a PC. - Improved the UI so that the 'Privacy Warning' text does not appear when dragging the Keep Me Logged In text.
Payment¶
- Fixed the issue where users could no longer proceed with payment after closing the overlay using key operations like ESC after attempting a Steam payment.
Miscellaneous¶
- Optimized loop repetition conditions to restore CPU usage to normal. If you are using an affected version (24.1.0 or higher), please check if CPU usage stabilizes after updating to 25.1.0.
Unsupported Features¶
Authentication¶
- Features of the Auth class are not supported, and only certain features of Authentication v4 are supported.
- On Windows, only the following IdP logins are supported:
- Hive Membership
- SignIn-with-apple
- Steam
- X
- Telegram
- Hive SDK Unreal Windows does not support guest login.
- Hive SDK Unreal Windows does not support adult verification through the AuthV4 class's
showAdultConfirm()
method.
Membership & Social¶
- Hive SDK Unreal Windows does not support any membership & social functionalities other than Contact Us.
Promotion¶
- Hive SDK Unreal Windows does not support review or termination popups as there is currently no market.
- Hive SDK Unreal Windows does not support offer wall functionalities through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unreal Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unreal Windows does not support emphasizing the banner for achieved events by using the
showNews
method and event number (pid). It operates as a news page display instead.
Billing¶
- Hive SDK Unreal Windows does not support Promotional IAP functionality.
- Hive SDK Unreal Windows does not provide a subscription-based payment system.
- Hive SDK Unreal Windows does not support Hive Ruby.
Notification¶
- Hive SDK Unreal Windows does not support notification functionality.
Data Store¶
- Hive SDK Unreal Windows does not support data store functionality.
Other Unsupported Features¶
- Permission notice popups
- Customization of permission notice screens
- Configuration class's
getPermissionViewData()
method - Configuration class's
getChannel()
method - Configuration class's
setChannel (...)
method - IAPV4 class's
getAccountUuid()
method - Configuration class's
setConfigurations()
method - Remote logging
- Configuration class's
getHiveCertificationKey
- Configuration class's
setHiveCertificationKey
- Configuration class's
getUseLog
(replaced by hive_config.xml) - Configuration class's
setUseLog
(replaced by hive_config.xml) - Configuration class's
getHiveTimeZone
- Configuration class's
getAgeGateU16Agree
- Configuration class's
getHiveTheme
- Configuration class's
setHiveTheme
- Configuration class's
setHivePermissionViewOn
- Configuration class's
setHiveCommunityUrl
- Configuration class's
getCrossPromotionBannerShowing
Developer Guide Update¶
- Updated the Hive predefined format required for X IdP integration.
v4.24.4.2¶
Download¶
Unreal Engine 5 Windows | |
---|---|
Download | Hive SDK v4 UE5 Windows 24.4.2 |
Release Date | 2024-12-19 |
Development environment¶
Unreal Engine 5¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Windows 10+
- Unreal Engine 5.4.4
New features¶
- N/A
Changed features¶
Common¶
- Removed unnecessary resources that are not used in the UI.
Authentication¶
- The option to Keep me logged in in the IdP selection UI has been changed for clearer visibility.
- The English translation text in the IdP selection UI has been revised.
- Before: Keep me logged in
- After: Stay signed in
Unsupported features¶
Authentication¶
- The functions of the Auth class are not supported, and only some features of authentication v4 are supported.
- On Windows, only the following IdP logins are supported.
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unreal Windows does not support guest login.
- Hive SDK Unreal Windows does not support adult authentication features through the AuthV4 class's
showAdultConfirm()
method.
Membership & Social¶
- The Hive SDK Unreal Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unreal Windows does not support review or termination pop-ups because there is currently no market.
- Hive SDK Unreal Windows does not support offer wall features through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unreal Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unreal Windows does not support displaying the news page by highlighting the achieved event banner using the
showNews
method and event number (pid). It operates as displaying the news page.
Billing¶
- PG payment does not issue a receipt, and the item is delivered directly to the user through the game server from the Hive server at the time of payment.
- The purchase of PG payment returns the error log below through the Result API immediately after calling the
purchase()
method.This error means that the item is given to the user immediately after purchase, so there is nothing to process separately. For more details, please check the Hive PG Payment Introduction.<strong>ErrorCode : IAPSUCCESS = 90</strong>, <strong>Code : IAPV4HiveStoreSuccess = -6110000</strong>
- PG payments do not issue client-based receipts. For more details, please check the Hive PG Payment Introduction.
- Hive SDK Unreal Windows does not support Promotional IAP features.
- Hive SDK Unreal Windows does not provide a subscription-based payment system.
- Hive SDK Unreal Windows does not support Hive Lobbies.
Notification¶
- Hive SDK Unreal Windows does not support notification features.
Datastore¶
- Hive SDK Unreal Windows does not support data store functionality.
Other unsupported features¶
- Permission notice popup
- Customizing the permission notice screen
getPermissionViewData()
method of the Configuration classgetChannel()
method of the Configuration classsetChannel (...)
method of the Configuration classgetAccountUuid()
method of the IAPV4 classsetConfigurations()
method of the Configuration class- Remote logging
getHiveCertificationKey
of the Configuration classsetHiveCertificationKey
of the Configuration classgetUseLog
of the Configuration class (replaced by hive_config.xml)setUseLog
of the Configuration class (replaced by hive_config.xml)getHiveTimeZone
of the Configuration classgetAgeGateU16Agree
of the Configuration classgetHiveTheme
of the Configuration classsetHiveTheme
of the Configuration classsetHivePermissionViewOn
of the Configuration classsetHiveCommunityUrl
of the Configuration classgetCrossPromotionBannerShowing
of the Configuration class
v4.24.4.0¶
Download¶
Unreal Engine 5 Windows | |
---|---|
download | Hive SDK v4 UE5 Windows 24.4.0 |
Distribution date | 2024-11-11 |
Development environment¶
Unreal Engine 5¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Windows 10+
- Unreal Engine 5.4.4
New Features¶
Billing¶
- Added ability to request multi-quantity purchases using
IAPv4.purchase
API when requesting PG payments.
Remote launching of Crossplay Launcher¶
- v4.24.4 .0 supports remote launching of the crossplay launcher. For more information on usage, see the Crossplay Launcher Remote Launch guide.
Unsupported features¶
Authentication¶
- Auth The features of the class are not supported, and only some of the features of Authentication v4 are supported.
- On Windows, only the IdP logins below are supported.
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unreal Windows does not support guest login.
- Hive SDK Unreal Windows does not support AuthV4 class's
showAdultConfirm()< /code> does not support adult authentication via the method.
Membership & Social¶
- Hive SDK Unreal Windows does not support Contact Us. Membership & Does not support social features.
Promotion¶
- Hive SDK Unreal Windows does not currently support review/end popups because the Market does not exist.
- Hive SDK Unreal Windows does not support the offerwall feature via
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unreal Windows does not support user acquisition via
showUAShare()
. However, you can configure the invitation screen viagetAppInvitationData()
. - Hive SDK Unreal Windows does not support the
showNews
method and showing the news page by highlighting the achieved event banner using the event number ( pid ). It works by launching the news page.
Billing¶
- PG Payment does not issue receipts, and when a user makes a payment, the game is played on the Hive server. Items are paid directly through the server.
- PG payment purchases return the error log below through the Result API immediately after calling the
purchase()
method. ```java ErrorCode : IAPSUCCESS = 90, Code : IAPV4HiveStoreSuccess = -6110000 ``` This error does not need to be handled separately because the item is delivered to the server immediately after the user purchases it. It means. For more information, see Introducing Hive PG Billing. - PG Payments do not issue client-based receipts. For more information, see Introducing Hive PG Billing.
- Hive SDK Unreal Windows does not support the Promotional IAP feature.
- Hive SDK Unreal Windows does not provide a subscription payment system.
- Hive SDK Unreal Windows does not support Hive Ruby.< /li>
Notification¶
- Hive SDK Unreal Windows does not support notifications.
Datastore¶
- Hive SDK Unreal Windows does not support the data store feature.
Other unsupported features¶
- Permission popup
- Customizing the permission notification screen
getPermissionViewData( in the Configuration class )
methodgetChannel()
method of the Configuration classgetChannel()
method of the Configuration classsetChannel (...)
methodgetAccountUuid()
method of IAPV4 classsetConfigurations()
method of Configuration class- Remote logging
getHiveCertificationKey
of Configuration classsetHiveCertificationKey
of Configuration classsetHiveCertificationKey
of Configuration classgetUseLog
(replaced with hive_config.xml)setUseLog
in the Configuration class (replaced with hive_config.xml)getHiveTimeZone
in the Configuration classin the Configuration class getAgeGateU16Agree
getHiveTheme
in Configuration classsetHiveTheme
in Configuration classsetHivePermissionViewOn
in Configuration classsetHiveCommunityUrl
in Configuration classgetCrossPromotionBannerShowing
in Configuration class
V4.24.3.0¶
Download¶
Unreal Engine 5 Windows | |
---|---|
Download | Hive SDK v4 UE5 Windows 24.3.0 |
Release Date | 2024-10-14 |
Development environment¶
Unreal engine 5¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Windows 10+
- Unreal Engine 5.4.4
New features¶
Authentication¶
- Changed to automatically apply the country code of international phone calls according to the device's access region in the device management service.
Changed features¶
Authentication¶
- After adult authentication, if the user joins the device management service and the number of accounts that can be created with one phone number is exceeded, an error message "The number of accounts that can be created with the same phone number has been exceeded" is displayed.
- Changed to display full-screen banners with a 2:3 or 3:2 ratio by default.
Provisioning¶
- Added a function to check if the legal representative's consent was obtained when reviewing the terms of service.
Unsupported features¶
Authentication¶
- The functions of the Auth class are not supported, and only some features of the Authentication v4 are supported.
- Windows only supports the following IdP logins:
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unreal Windows does not support guest login.
- Hive SDK Unreal Windows does not support the adult authentication feature through the
showAdultConfirm()
method of the AuthV4 class.
Membership & social¶
- Hive SDK Unreal Windows does not support membership & social features other than inquiries.
Promotion¶
- Hive SDK Unreal Windows does not support review/terminate pop-up because there is no current market.
- Hive SDK Unreal Windows does not support offerwall features through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unreal Windows does not support user acquisition through
showUAShare()
. However, you can configure the invitation screen usinggetAppInvitationData()
. - Hive SDK Unreal Windows does not support highlighting the achieved event banner and opening the news page. It only works as opening the news page.
Billing¶
- PG payment does not issue a receipt, and the user is given items directly through the game server by the Hive server when paying.
- When PG payment is purchased, ErrorCode : IAPSUCCESS = 90, Code : IAPV4HiveStoreSuccess = -6110000 are returned through the Result API immediately after calling the
purchase()
method. This error means that there is no need to handle anything separately because the user is given items directly to the server. For more information, see Hive PG Payment Introduction. - PG payment does not issue a client-based receipt. For more information, see Hive PG Payment Introduction.
- Hive SDK Unreal Windows does not support Promotional IAP features.
- Hive SDK Unreal Windows does not provide a subscription-based payment system.
- Hive SDK Unreal Windows does not support Hive Rubi.
Notification¶
- Hive SDK Unreal Windows does not support notification features.
Data store¶
- Hive SDK Unreal Windows does not support data store features.
Other non-supported features¶
- Permission notice pop-up
- Permission notice screen customization
- Configuration class's
getPermissionViewData()
method - Configuration class's
getChannel()
method - Configuration class's
setChannel (...)
method - IAPV4 class's
getAccountUuid()
method - Configuration class's
setConfigurations()
method - Remote logging
- Configuration class's
getHiveCertificationKey
- Configuration class's
setHiveCertificationKey
- Configuration class's
getUseLog
(hive_config.xml instead) - Configuration class's
setUseLog
(hive_config.xml instead) - Configuration class's
getHiveTimeZone
- Configuration class's
getAgeGateU16Agree
- Configuration class's
getHiveTheme
- Configuration class's
setHiveTheme
- Configuration class's
setHivePermissionViewOn
- Configuration class's
setHiveCommunityUrl
- Configuration class's
getCrossPromotionBannerShowing
V4.24.2.1¶
Download¶
Unreal Engine 5 Windows | |
---|---|
Download | Hive SDK v4 UE5 Windows 24.2.1 |
Release Date | 2024-08-12 |
Development environment¶
Unreal engine 5¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Windows 10+
- Unreal Engine 5.3.2
Unsupported features¶
Authentication¶
- The functions of the Auth class are not supported, and only some features of the Authentication v4 are supported.
- Windows only supports the following IdP logins:
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unreal Windows does not support guest login.
- Hive SDK Unreal Windows does not support the adult authentication feature through the
showAdultConfirm()
method of the AuthV4 class.
Membership & social¶
- Hive SDK Unreal Windows does not support membership & social features other than inquiries.
Promotion¶
- Hive SDK Unreal Windows does not support review/terminate pop-up because there is no current market.
- Hive SDK Unreal Windows does not support offerwall features through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unreal Windows does not support user acquisition through
showUAShare()
. However, you can configure the invitation screen usinggetAppInvitationData()
. - Hive SDK Unreal Windows does not support highlighting the achieved event banner and opening the news page. It only works as opening the news page.
Billing¶
- PG payment does not issue a receipt, and the user is given items directly through the game server by the Hive server when paying.
- When PG payment is purchased, ErrorCode : IAPSUCCESS = 90, Code : IAPV4HiveStoreSuccess = -6110000 are returned through the Result API immediately after calling the
purchase()
method. This error means that there is no need to handle anything separately because the user is given items directly to the server. For more information, see Hive PG Payment Introduction. - PG payment does not issue a client-based receipt. For more information, see Hive PG Payment Introduction.
- Hive SDK Unreal Windows does not support Promotional IAP features.
- Hive SDK Unreal Windows does not provide a subscription-based payment system.
- Hive SDK Unreal Windows does not support Hive Rubi.
Notification¶
- Hive SDK Unreal Windows does not support notification features.
Data store¶
- Hive SDK Unreal Windows does not support data store features.
Other non-supported features¶
- Permission notice pop-up
- Permission notice screen customization
- Configuration class's
getPermissionViewData()
method - Configuration class's
getChannel()
method - Configuration class's
setChannel (...)
method - IAPV4 class's
getAccountUuid()
method - Configuration class's
setConfigurations()
method - Remote logging
New Features¶
Hive SDK Common¶
- If you attempt to initialize the Hive SDK while the game service is terminated, it will return an error code.
- Supports the Google Play Games For Native PC Early Access Program, allowing installation and execution of PC version apps as a crossplay launcher in a Windows environment.
Billing¶
- Games that support the Google Play Games For Native PC Early Access Program can use the Google Play Store for user payments.
Authentication¶
- Supports Steam IdP implicit login for apps released on the Steam platform. Use
AuthV4.Helper.signIn
. - Adds an automatic login feature using Hive community login.
Changed Features¶
Hive SDK Common¶
- Supports mouse movement functionality through game controllers on the UI implemented by the Hive SDK.
- Changes the output of the HIVE SDK's UI and web view to depend on DPI settings rather than monitor resolution.
Authentication¶
- When the number of accounts that can be registered with one mobile phone number exceeds the limit in the device management service, it requests the sending of a verification code and displays the error message "You have exceeded the number of accounts that can be created with the same mobile phone number."
-
Changes to avoid receiving the
games_lite
permission when checking Google Play Games information during Google login. -
Changes to allow logging in using the secret mode of the Windows default web browser during Google login. The web browsers that support secret mode are as follows. Other web browsers will log in using normal mode.
- Google Chrome
- Microsoft Edge
- Mozilla Firefox
- Naver Whale
Community¶
- Changes to allow the use of a custom domain address instead of withhive.com, com2us.com in communities adhering to Hive protocols.
Development Environment Updates¶
External Library Updates¶
- Updates the Steamworks library to the latest version (1.55 → 1.59).
Resolved Bugs¶
Provisioning¶
- Fixed the issue where the terms of service displayed were not the most recent from the Hive server, but rather previously saved data when a user executed the re-view of the terms.
Authentication¶
- Fixed the issue where clicking "Go back to the previous page" in the mobile verification screen for device management did not return to the previous screen when an error popup was displayed.
- Fixed the issue where manipulating the mouse wheel while the verification code input field was active in the mobile verification screen for device management would input values into the field.
- Fixed the issue where Hive SDK callback delivery was impossible when calling
AuthV4.Helper.switchAccount
andAuthV4.Helper.resolveConflict
within nested callbacks. - Fixes the issue where parameters for
PlayerInfo
Unity Plugin could not be passed inAuthV4.Helper.switchAccount
andAuthV4.Helper.resolveConflict
. - Fixed the error where verification codes could be entered after the verification time expired during Chinese real-name authentication.
- Fixed the error where specific web pages (such as Apple Sign-in) would only display in English.
- Fixed the error where Hive SDK callback delivery was impossible when
IAPv4.getSubscriptionProductInfo
was called within nested callback functions. - Fixed the error where login would fail if the profile picture was not received from Google during Google login. It is now possible to log in even if the profile picture is not received.
Promotion¶
- Fixes the crash that occurs when moving to Frame from Promotion Custom Direct Fullscreen.
- Fixed the issue where
getBannerInfo
andgetBannerInfoString
functions did not work. - Modified Hive SDK Promotion methods to operate independently of authentication (AuthV4).
Billing¶
- Fixed the error where PG payments were incorrectly displayed as Hive Store in the refund user re-payment UI.
- Modified the refund user re-payment UI to use a UI suitable for Arabic characteristics on the Arabic screen.
Hive SDK Common¶
- Fixed the issue where the UI flickered when input events such as clicks were generated in windows of specific sizes.
Developer Guide Changes¶
- Added guidance on mobile and PC implicit login operations in authentication.