Windows
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¶
- 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¶
- Windows 10+
- Unreal Engine 5.4.4
Non-supported 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 using <code>getAppInvitationData()
. - 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`
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.
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¶
- Windows 10+
- Unreal Engine 5.3.2
Non-supported 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 using <code>getAppInvitationData()
. - 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¶
Authentication¶
- Supports Steam IdP implicit login for Steam platform launch apps. Use
AuthV4.Helper.signIn`.
Changed features¶
Authentication¶
- When 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 when sending an authentication number.
- Changed to not receive the
games_lite
permission to check Google Play Games information when logging in with Google.
Community¶
- Changed to allow the use of custom domain addresses other than withhive.com, com2us.com in the community that follows the Hive regulations.
Fixed bugs¶
Provisioning¶
- Modified to use the terms and conditions URL data newly provided by the Hive server when reviewing the terms of service, not the data saved in the past.
Authentication¶
- Fixed the issue where the error pop-up would not return to the previous page when clicked "Return to the previous page" on the authentication number input screen for device management service self-identification.
- Fixed the issue where values would be inputted in the input field when mouse wheel is scrolled while the input field for authentication number input is active on the authentication number input screen for device management service self-identification.
- Fixed the issue where Hive SDK callbacks could not be passed when calling
AuthV4.Helper.switchAccount`,
AuthV4.Helper.resolveConflict
within nested callbacks. - Fixed the issue where the
PlayerInfo
Unity Plugin parameter could not be passed when callingAuthV4.Helper.switchAccount
, <code>AuthV4.Helper.resolveConflict
.
Promotion¶
- Fixed the crash issue when moving to a frame in the Promotion Custom Direct Fullscreen.
Developer guide changes¶
- Added Mobile and PC Implicit Login in the authentication section.