Skip to content

Windows

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
    • Google
    • Facebook
    • 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() and showOfferwall()`.
  • 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
    • Google
    • Facebook
    • 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() and showOfferwall()`.
  • 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


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 calling AuthV4.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