Windows
v4.24.4.2¶
Download¶
Unreal Engine 4 Windows | |
---|---|
Download | Hive SDK v4 UE4 Windows 24.4.2 |
Release Date | 2024-12-19 |
Development environment¶
Unreal Engine 4¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Windows 10+
- Unreal Engine 4.27
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. - 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 4 Windows | |
---|---|
Download | Hive SDK v4 UE4 Windows 24.4.0 |
Release Date | 2024-10-31 |
Development environment¶
Unreal Engine 4¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Windows 10+
- Unreal Engine 4.27
Marketing Attribution Plugin¶
Warning
Appsflyer (Steam Only) 1.0.1 is now available. Hive SDK v4 24.0.0 and later only supports Appsflyer 1.0.1 and later for marketing attribution..
New features¶
Authentication¶
- Changed the device management service to automatically apply international phone country codes based on the device access region.
Payment¶
- Added the ability to request multiple quantity purchases using the IAPv4.purchase API when requesting PG payment.
Remote execution¶
- Supports remote execution of the Crossplay Launcher. For more information on usage, refer to Crossplay Launcher Remote Execution API.
Changed features¶
Authentication¶
-
When signing up for the device management service after adult verification, if the number of accounts that can be signed up with one mobile phone number exceeds, the following error message is displayed.
The number of accounts that can be signed up with the same mobile phone number has been exceeded.
Promotion¶
Provisioning¶
- Add a feature to check if the legal representative consents in the terms and conditions screen.
Unsupported features¶
Authentication¶
- Auth class functionalities are not supported, and only some functions of Authentication v4 are supported.
- Windows only supports the following IdP logins:
- Hive Membership
- SignIn-with-apple
- Hive SDK Unreal Windows does not support guest login.
- Hive SDK Unreal Windows does not support adult authentication functionality through the
showAdultConfirm()
method in the AuthV4 class.
Membership & social¶
- Hive SDK Unreal Windows does not support any Membership & Social functionalities except for Inquiring.
Promotion¶
- Hive SDK Unreal Windows does not support review/end popups because the market does not currently 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 the highlighting the achieved event banner using the event number ( pid ) to display the news page. It works as a news page display.
Billing¶
- PG payment does not issue receipts and gives items to the user directly through the Hive server during payment.
- PG payment purchases return
ErrorCode : IAPSUCCESS = 90
,Code : IAPV4HiveStoreSuccess = -6110000
through the Result API immediately after calling thepurchase()
method. This error means there are no additional items to process since the user receives the items directly from the server. For more information, refer to Hive PG Payment Guide. - PG payment does not issue client-based receipts. For more information, refer to Hive PG Payment Guide.
- 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 Rubi.
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 notification pop-up
- Permission notification screen customization
getPermissionViewData()
method in the Configuration classgetChannel()
method in the Configuration classsetChannel (...)
method in the Configuration classgetAccountUuid()
method in the IAPV4 classsetConfigurations()
method in the Configuration class- Remote logging
getHiveCertificationKey
in the Configuration classsetHiveCertificationKey
in the Configuration classgetUseLog
in the Configuration class (hive_config.xml instead)setUseLog
in the Configuration class (hive_config.xml instead)getHiveTimeZone
in the Configuration classgetAgeGateU16Agree
in the Configuration classgetHiveTheme
in the Configuration classsetHiveTheme
in the Configuration classsetHivePermissionViewOn
in the Configuration classsetHiveCommunityUrl
in the Configuration classgetCrossPromotionBannerShowing
in the Configuration class
v4.24.2.1¶
Download¶
Unreal Engine 4 Windows | |
---|---|
Download | Hive SDK v4 UE4 Windows 24.2.1 |
Release Date | 2024-07-31 |
Development Environment¶
Unreal Engine 4¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Windows 10+
- Unreal Engine 4.27
Unsupported features¶
Authentication¶
- The functions of the Auth class are not supported, and only some functions of Authentication v4 are supported.
- Windows supports the following IdP logins only:
- Membership
- SignIn-with-apple
- Steam
- 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 only supports the Contact Us feature for Membership & Social.
Promotion¶
- Hive SDK Unreal Windows does not support review and exit pop-ups as the current market does not exist.
- Hive SDK Unreal Windows does not support the offerwall feature through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unreal Windows does not support user acquisition through
showUAShare()
. However, you can configure the invitation screen throughgetAppInvitationData()
. - Hive SDK Unreal Windows does not support highlighting achieved event banners to display the news page using the
showNews
method and event number (pid). It functions as displaying the news page.
Billing¶
- PG billing does not issue receipts, and items are provided directly from the Hive Server to the game server upon user payment.
- Purchases in PG billing return ErrorCode: IAPSUCCESS = 90, Code: IAPV4HiveStoreSuccess = -6110000 via the Result API immediately after calling the
purchase()
method. This error indicates that there is nothing to handle separately as the item is provided directly to the server upon user purchase. For more details, please refer to PG Billing Introduction. - PG billing does not issue client-based receipts. For more details, please refer to PG Billing Introduction.
- Hive SDK Unreal Windows does not support Promotional IAP features.
- Hive SDK Unreal Windows does not provide a subscription payment system.
- Hive SDK Unreal Windows does not support Lobby.
Notification¶
- Hive SDK Unreal Windows does not support the notification feature.
Data Store¶
- Hive SDK Unreal Windows does not support the data store feature.
Other Unsupported Features¶
- Permission notice pop-up
- Customization of the permission notice screen
- 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 were not being used from the Hive server but rather from previously saved data when re-viewing 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.