v4.24.2.1
Download
Unreal Engine 4 Windows | Unreal Engine 5 Windows | |
---|---|---|
Download | Hive SDK v4 UE4 Windows 24.2.1 | – |
Release Date | 2024-07-31 | – |
Development Environment
Unreal Engine 4
- Windows 10+
- Unreal Engine 4.27
Unreal Engine 5
- Windows 10+
- Unreal Engine 5.2.1
Unsupported Features
What’s New
Authentication
- Supports Steam IdP Implicit Login for apps launched on the Steam platform. Use
AuthV4.Helper.signIn
.
Updated Features
Authentication
- For device management service, when the number of accounts that can be registered with a single mobile phone number is exceeded, requesting the sending of an authentication code will display the error message: “You have exceeded the number of accounts that can be created with the same mobile phone number.”
- Changed to no longer request the
games_lite
permission to check Google Play Games information during Google login.
Community
- Modified to allow the use of custom domain addresses instead of withhive.com or com2us.com in communities following Hive policies.
Bug Fixes
Provisioning
- Fixed to use the newly provided terms URL data from the Hive server instead of the previously saved data when re-viewing terms and conditions.
Authentication
- Fixed an issue where clicking “Return to Previous Page” on the error popup in the mobile phone verification screen for device management services did not return to the previous screen.
- Fixed an issue where manipulating the mouse wheel would enter values in the verification code input field on the mobile phone verification screen for device management services when the input field was active.
- Resolved an issue where Hive SDK callbacks could not be delivered when calling
AuthV4.Helper.switchAccount
,AuthV4.Helper.resolveConflict
within nested callbacks. - Fixed an issue where
PlayerInfo
Unity Plugin parameters could not be passed inAuthV4.Helper.switchAccount
,AuthV4.Helper.resolveConflict
.
Promotion
- Fixed a crash issue when moving to Frame in Promotion Custom Direct Fullscreen.
Developer Guide Changes
- Added guidance for implicit login behavior on mobile and PC in authentication.
v4.22.0.5
Download
Unreal Engine 4 Windows | Unreal Engine 5 Windows | |
---|---|---|
Download | Hive SDK v4 UE4 Windows 22.0.5 | – |
Release Date | 2024-07-26 | – |
Development Environment
Unreal Engine 4
- Windows 10+
- Unreal Engine 4.27
Unreal Engine 5
- Windows 10+
- Unreal Engine 5.2.1
Unsupported Features
Changed Features
Authentication
- When registering a mobile device for the device management service, the international dialing code will be automatically applied based on the device’s connection region instead of using
+82
.
v4.22.0.4 (2024-07-26)
Changed Features
Community
- In communities following Hive guidelines, it is now possible to use custom domain addresses instead of withhive.com or com2us.com.
v4.22.0.2 (2024-04-23)
Download
Unreal Engine 4 Windows | Unreal Engine 5 Windows | |
---|---|---|
Download | – | Hive SDK v4 UE5 Windows 22.0.2 |
Release Date | – | 2024-04-23 |
Development Environment
Unreal Engine 4
- Windows 10+
- Unreal Engine 4.27
Unreal Engine 5
- Windows 10+
- Unreal Engine 5.2.1
Unsupported Features
What’s New
Authentication
- Enabled the use of Google (via Device Flow), Facebook login, and Sign-in-with-Apple on Steam Deck.
Changed Features
Authentication
- Improved the visibility of the text checking for automatic login.
- Enabled the use of jpg image files for profile images in the profile settings screen.
Promotions
- Improved the visibility of the promotion close button.
- Adjusted the size of the promotion banners for better visibility.
Marketing Attribution
- Changed the transmission of purchase events in Appsflyer to always send the
value
attribute asaf_purchase
from the Appsflyer event elements in hive_config.xml.
Fixed Bugs
Authentication
- Fixed an issue where the modified profile information was not reflected in
PlayerInfo
after the user updated their profile information and calledAuthV4.getPlayerInfo
. - Allowed customization of the maintenance popup with more than two buttons.
Billing
- Fixed an issue where the
analytics_id
value in theBypassInfo
result ofIAPV4.purchase
was incorrect.
Developer Guide Updates
- Added guidance on configuring hive_config.xml for implementing Google, Facebook, and Sign-in-with-Apple logins.
v4.21.1.0 (2023-07-20)
Changed Features
Authentication
- Based on relevant regulations such as the [Notice on Stricter Management of Minors’ Online Game Addiction] published by China National Newspaper Press, limited to the games with a China Publishing License, added the real-name verification for the game users from China.
- The company code in the Terms of Service was changed to the company name in English when using device management service.
- The adult authentication was changed to be run on an external browser.
- Change the text displayed when using the device management service.
- A line has been added recommending the use of the device management service.
Billing
- When requesting a purchase or a subscription if you use the
iapPayload
as an argument, the additional information pre-defined by the game studio can be passed to the payment transaction. The game studio can use this to track and analyze user purchase activity, and accurately give back the pending game items to users. For more details, see use iapPayload.- When you proceed with a purchase via purchase method, put the additional information defined in advance in the
iapPayload
argument.additionalInfo
is no longer used.
- When you proceed with a purchase via purchase method, put the additional information defined in advance in the
- Added IAPV4TransactionFinish interface for C compatibility.
- Changed to enable the refund user repayment on the PG billing process.
Marketing Attribution
- We now support the Appsflyer, a third-party marketing attribution tool. It is only available for Steam.
Fixed Bugs
Common
- Fixed an issue that a crash occurred when using an unencoded URL as a parameter in the Hive SDK URL scheme.
Authentication
- Fixed an issue that logging in would fail if a user close the device management pop-up window when changing to a different account.
Promotion
- Fixed a bug that the game scheme wasn’t delivered through the promotion webview.
Known Issues
There are no known issues deploying this version of the Hive SDK.
Changes in Developer Guide
- Updated the Unreal Engine 4 development environments.
- Updated the Unreal Engine 5 development environments.