Windows
V4.25.4.0¶
Download¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 25.4.0 |
Release Date | 2025-06-26 |
Caution¶
When installing and using this Hive SDK version, please make sure to check the contents below first.
Authentication¶
Due to changes in the authentication security protocol, when using Hive SDK v4 Unity version 25.0.0 or higher, you must issue a security key from Hive console > Security Key Settings by clicking Issue Security Key. If you do not issue a security key, app users will not be able to log in to the app.
Payment¶
Due to changes in the PG payment process, if you are using Hive SDK v4 Unity version 25.1.0 or higher and applying PG payments, you need to refer to the PG payment operation process document to modify your code implementation.
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.42.34438 +
- Windows 10+
- Unity 2021.3.22f+
New features¶
Authentication¶
- If a user whose game access has been suspended attempts to log in, the app will change to only log out from the app without exiting the app.
- You can use the enhanced authentication protocol in the Remote Play Plugin.
- It provides multi-account login services. It offers the ability to save the currently logged-in account on the device, view saved accounts, log out and delete saved accounts, and quickly log in with other saved accounts.
Promotion¶
- Modify to pass the
typeCampaign
value when callingPromotion.getBannerInfo
. - Support using Install as a reward action in Invite Code Issuance.
Other¶
- Adds support for mapping specific UI to the controller key mapping.
- Adds UI to provide guidance for the close button when it can be closed via the controller buttons.
- Adds functionality to retrieve execution parameters attached to the execution URI when the game is launched as a crossplay launcher.
- A feature has been added to isolate Hive SDK and related dependencies into a separate folder.
Changed feature¶
Other¶
- Replaced the Chromium Embedded Framework library version with version 128.45.
Resolved bugs¶
- Fixed the issue where the default Windows cursor alternates when the web view is closed after setting the default mouse cursor in the game engine.
- Fixed the issue where an error occurs when HTML is returned instead of JSON within the Hive SDK.
- Changed to provide detailed error codes for Steam market connection failure.
- Added error code
IAPV4SteamMarketResponseError
(-6101001
). - Error codes and messages are provided in the format
[IAPv4] Steam server response error : (code: ... , message: ...)
.
- Added error code
- Fixed the issue where no callback is returned when attempting to log in to Steam in offline mode.
- Resolved the issue of unaggregated funnel logs for Hive feature operations.
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- Line
- SignIn-with-apple
- Steam
- Telegram
- X
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult authentication features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- The Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unity Windows does not support review or termination pop-ups because there is currently no market.
- Hive SDK Unity Windows does not support offer wall functionality through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unity Windows does not support displaying the news page by emphasizing the achieved event banner using the
showNews
method and event number (pid). It operates as displaying the news page.
Billing¶
- Hive SDK Unity Windows does not support Promotional IAP features.
- Hive SDK Unity Windows does not provide a subscription payment system.
Notification¶
- The Hive SDK Unity for Windows does not support notification features.
Data store¶
- The Hive SDK Unity for 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 with hive_config.xml)setUseLog
of the Configuration class (replaced with 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- Chatting
- Matchmaking
V4.25.2.0¶
Download¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 25.2.0 |
Release Date | 2025-05-12 |
Caution¶
When installing and using this Hive SDK version, please make sure to check the contents below first.
Authentication¶
Due to changes in the authentication security protocol, when using Hive SDK v4 Unity version 25.0.0 or higher, you must issue a security key from Hive console > Security Key Settings by issuing a security key. If you do not issue a security key, app users will not be able to log in to the app.
Payment¶
Due to changes in the PG payment process, if you are using Hive SDK v4 Unity 25.1.0 or higher and applying PG payments, you need to refer to the PG payment operation process document to modify your code implementation.
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.42.34438 +
- Windows 10+
- Unity 2021.3.22f+
New features¶
Authentication¶
- Supports the new authentication method (IdP) with LINE.
Matchmaking¶
- New features support matchmaking.
Provisioning¶
- Feature to expose terms based on account(
agreementDetermineBase
) support is added.
Marketing attribution¶
- AppsFlyer provides the ability to send custom parameters when manually sending tracking events. Please refer to the Marketing Attribution Plugin.
Changed feature¶
Provisioning¶
- In the terms and conditions detail view and re-view page, the following cases will change to open a new external browser instead of loading the terms page (webview).
- When navigating to a webpage outside of the terms URL
- When clicking on hyperlink HTML tags (a tags, tel://, etc.) within the terms
Marketing attribution¶
- Additional Hive SDK identifiers are sent for marketing attribution support.
- Changed to send PG payment history through marketing attribution.
Resolved bugs¶
- Fixed the issue where the JWT token for enhanced security protocols was not being delivered in communications using the Hive SDK web view.
- Fixed the problem where the app would crash when calling one of the following methods while having multiple nested Hive SDK method callbacks.
IAPV4.transactionFinish
IAPV4.transactionMultiFinish
IAPV4.restore
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- Line
- SignIn-with-apple
- Steam
- Telegram
- X
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult verification features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- The Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unity for Windows does not support review or termination pop-ups as there is currently no market available.
- Hive SDK Unity for Windows does not support offer wall functionality through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity for Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unity for Windows does not support highlighting achieved event banners to display the news page using the
showNews
method and event number (pid). It operates as a news page display.
Billing¶
- Hive SDK Unity Windows does not support Promotional IAP features.
- Hive SDK Unity Windows does not provide a subscription payment system.
Notification¶
- The Hive SDK Unity for Windows does not support notification features.
Data store¶
- The Hive SDK Unity for 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 with hive_config.xml)setUseLog
of the Configuration class (replaced with 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- Chatting
- Matchmaking
V4.25.1.0¶
Download¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 25.1.0 |
Release Date | 2025-04-03 |
Caution¶
Authentication¶
Due to changes in the authentication security protocol, when using Hive SDK v4 Unity 25.0.0 or higher, you must obtain a security key from Hive console > Security Key Settings. If you do not obtain a security key, you will not be able to log in to the app.
Payment¶
Due to changes in the PG payment process, to use PG payment in Hive SDK v4 Unity 25.1.0 or higher, please refer to the PG payment operation process to modify your code implementation.
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.42.34438 +
- Windows 10+
- Unity 2021.3.22f+
New features¶
Authentication¶
- Supports Telegram as a new authentication method (IdP). Please refer to the bot setup for Telegram login.
- Newly supports X (formerly Twitter) as an authentication method. Hive configuration.
- Provides in-app browsing feature for sharing authenticated sessions.
Additional features¶
- Provides the function
Configuration.setUsePrivateBrowsingForAuth
to set whether to use incognito mode when logging in to Google.- Also provides settings in the hive_config.xml file.
- Provides the function
PlatformHelper.openBrowser
to open the browser using a URL.
Changed features¶
Development environment update¶
- Update the minimum version of Microsoft Visual C++ Redistributable to 14.42.34438.
Promotion¶
- Modify the value sent as
additionalInfo
so that it does not contain unnecessary information.
Payment¶
- Changes the operation of PG payment to be the same as the markets in other billing (
IAPv4
) features. If you are applying PG payment, you need to refer to the PG payment document to modify the code implementation.
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- SignIn-with-apple
- Steam
- X
- Telegram
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult verification features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- The Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unity Windows does not support review or termination pop-ups as there is currently no market available.
- Hive SDK Unity Windows does not support offer wall functionality through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unity Windows does not support displaying the news page by emphasizing the achieved event banner using the
showNews
method and event number (pid). It operates as a news page display.
Billing¶
- The Hive SDK Unity Windows does not support Promotional IAP features.
- The Hive SDK Unity Windows does not provide a subscription payment system.
Notification¶
- The Hive SDK Unity Windows does not support notification features.
Data store¶
- The Hive SDK Unity 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 with hive_config.xml)setUseLog
of the Configuration class (replaced with 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- Chatting
- Matchmaking
V4.25.0.1¶
Download¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 25.0.1 |
Release Date | 2025-03-11 |
Caution¶
Authentication¶
Due to changes in the authentication security protocol, when using Hive SDK v4 Unity 25.0.0 or higher, you must issue a security key from Hive console > Security Key Settings by issuing a security key. If you do not issue a security key, you will not be able to log in to the app.
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.38.33130 +
- Unity 2021.3.22f+
Changes¶
Development environment update¶
- Update the minimum version of Microsoft Visual C++ Redistributable to 14.38.33130.
Resolved bugs¶
Authentication¶
- Fixed the issue where refund user recharges were exposed when using enhanced security protocols with JWT tokens.
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult authentication features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- The Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unity Windows does not support review or termination pop-ups because there is currently no market.
- Hive SDK Unity Windows does not support offer wall functionality through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unity Windows does not support displaying the news page by emphasizing the achieved event banner using the
showNews
method and event number (pid). It operates as a news page display.
Billing¶
- PG payment does not issue receipts, and when the user makes a payment, items are immediately granted through the game server from the Hive server.
- The purchase of PG payment returns
purchase()
method call immediately after ErrorCode : IAPSUCCESS = 90, Code : IAPV4HiveStoreSuccess = -6110000 via the Result API. This error indicates that there is nothing to process separately since items are granted to the user immediately after purchase. For more details, please refer to Introduction to Hive PG Payment. - PG payment does not issue client-based receipts. For more details, please refer to Introduction to Hive PG Payment.
- Hive SDK Unity Windows does not support Promotional IAP features.
- Hive SDK Unity Windows does not provide a subscription-based payment system.
Notification¶
- The Hive SDK Unity Windows does not support notification features.
Data store¶
- Hive SDK Unity 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 with hive_config.xml)setUseLog
of the Configuration class (replaced with 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- Chatting
- Matchmaking
V4.25.0.0¶
Download¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 25.0.0 |
Release Date | 2025-02-20 |
Caution¶
Authentication¶
Due to changes in the authentication security protocol, when using Hive SDK v4 Unity version 25.0.0 or higher, you must obtain a security key from Hive console > Security Key Settings. If you do not obtain a security key, you will not be able to log in to the app.
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Unity 2021.3.22f+
New features¶
Marketing attribution¶
- We now support the feature of sending additional attributes to Airbridge when sending marketing tracking events.
Add-ons¶
- Supports touch gestures on handheld devices with touchscreens like the ASUS ROG Ally.
- Newly supports controller key mapping when using a game controller, allowing focus and manipulation of some Hive UI elements.
- Newly supports applying a custom cursor instead of the standard mouse cursor.
- A setting has been added to enable or disable game controller operations.
Changed features¶
Authentication¶
- A more robust security protocol is applied using JWT tokens.
Promotion¶
- A new content notification has been added to the news menu tab.
Other¶
- Updating the Hercules library version.
- Windows: 2024.11.20
Resolved bugs¶
Authentication¶
- Fixes the
CommonUnknown
error that occurs when a user with a refund and re-payment status logs into the PC. - Improves the UI so that the 'Privacy Warning' message does not appear when dragging the "Keep me logged in" text.
Billing¶
- Fixed an issue where the payment could not continue if the overlay was closed by pressing the ESC key or other key operations during the Steam payment process.
Others¶
-
Modified to optimize loop iteration conditions to restore CPU usage to normal.
※ If you are using a version affected (4.24.1.0 or later), please update to SDK v4 Unity Windows 25.0.0 and check if the CPU usage stabilizes.
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult authentication features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- The Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unity Windows does not support review or termination pop-ups as there is currently no market available.
- Hive SDK Unity Windows does not support offer wall functionality through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unity Windows does not support displaying the news page by emphasizing 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 receipts, and when the user makes a payment, items are delivered directly from the Hive server through the game server.
- The purchase of PG payment returns ErrorCode : IAPSUCCESS = 90 and Code : IAPV4HiveStoreSuccess = -6110000 through the Result API immediately after calling the
purchase()
method. This error indicates that there is nothing to process separately since the items are delivered to the user immediately after purchase. For more details, please refer to Introduction to Hive PG Payment. - PG payment does not issue client-based receipts. For more details, please refer to Introduction to Hive PG Payment.
- Hive SDK Unity Windows does not support Promotional IAP functionality.
- Hive SDK Unity Windows does not provide a subscription-based payment system.
Notification¶
- The Hive SDK Unity for Windows does not support notification features.
Data store¶
- The Hive SDK Unity for 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 with hive_config.xml)setUseLog
of the Configuration class (replaced with 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- Chatting
- Matchmaking
V4.24.5.1¶
Download¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 24.5.1 |
Release Date | 2024-12-19 |
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Unity 2021.3.22f+
Changed feature¶
Common¶
- Removed unnecessary resources not used in the UI.
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult authentication features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- The Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unity Windows does not support review or termination pop-ups as there is currently no market.
- Hive SDK Unity Windows does not support offer wall features through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unity Windows does not support highlighting achieved event banners to open the news page using the
showNews
method and event number (pid). It operates as opening the news page.
Billing¶
- PG payment does not issue receipts, and when the user makes a payment, items are immediately provided from the Hive server through the game server.
- The purchase of PG payment returns ErrorCode : IAPSUCCESS = 90 and Code : IAPV4HiveStoreSuccess = -6110000 through the Result API immediately after calling the
purchase()
method. This error indicates that there is nothing to process separately since the items are provided to the user immediately after purchase. For more details, please check Introduction to Hive PG Payment. - PG payment does not issue client-based receipts. For more details, please check Introduction to Hive PG Payment.
- Hive SDK Unity Windows does not support Promotional IAP features.
- Hive SDK Unity Windows does not provide a subscription-based payment system.
Notification¶
- The Hive SDK Unity Windows does not support notification features.
Data store¶
- The Hive SDK Unity for 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 with hive_config.xml)setUseLog
of the Configuration class (replaced with 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.5.0¶
Download¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 24.5.0 |
Release Date | 2024-12-10 |
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Unity 2021.3.22f+
New features¶
Changed features¶
Common¶
- Hive SDK v4 Unity Android & iOS 24.5.0 adds updates for compatibility with the interface.
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult authentication features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- The Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unity Windows does not support review or termination pop-ups because there is currently no market.
- Hive SDK Unity Windows does not support offer wall features through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unity Windows does not support displaying the news page by emphasizing 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 receipts, and items are delivered directly to the user from the Hive server through the game server at the time of payment.
- Purchases made through PG payment return ErrorCode : IAPSUCCESS = 90 and Code : IAPV4HiveStoreSuccess = -6110000 via the Result API immediately after calling the
purchase()
method. This error indicates that there is nothing to process separately since the items are delivered directly to the user after purchase. For more details, please refer to Introduction to Hive PG Payment. - PG payment does not issue client-based receipts. For more details, please refer to Introduction to Hive PG Payment.
- Hive SDK Unity Windows does not support Promotional IAP features.
- Hive SDK Unity Windows does not provide a subscription-based payment system.
Notification¶
- The Hive SDK Unity Windows does not support notification features.
Data store¶
- The Hive SDK Unity for 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 with hive_config.xml)setUseLog
of the Configuration class (replaced with 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.1¶
Download¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 24.4.1 |
Release Date | 2024-12-03 |
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Unity 2021.3.22f+
New features¶
Remote play¶
- The Hive SDK Unity version 4.24.4.1 and above supports Remote Play.
Changed features¶
Authentication¶
- The option to Keep me logged in in the IdP selection UI has been changed to make it clearer whether it is selected.
- The English translation text in the IdP selection UI has been modified.
- Before change: Keep me logged in
- After change: Stay signed in
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult authentication features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- The Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- The Hive SDK Unity Windows currently does not support review or termination pop-ups because there is no market available.
- The Hive SDK Unity Windows does not support offer wall functionality through
getOfferwallState()
andshowOfferwall()
. - The Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - The Hive SDK Unity 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 a news page display.
Billing¶
- PG payment does not issue receipts, and when the user makes a payment, items are delivered directly from the Hive server through the game server.
- The purchase of PG payment returns ErrorCode : IAPSUCCESS = 90 and Code : IAPV4HiveStoreSuccess = -6110000 via the Result API immediately after calling the
purchase()
method. This error indicates that there is nothing to process separately since the items are delivered directly to the user after the purchase. For more details, please refer to Introduction to Hive PG Payment. - PG payment does not issue client-based receipts. For more details, please refer to Introduction to Hive PG Payment.
- Hive SDK Unity Windows does not support Promotional IAP features.
- Hive SDK Unity Windows does not provide a subscription-based payment system.
Notification¶
- The Hive SDK Unity for Windows does not support notification features.
Data store¶
- The Hive SDK Unity 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¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 24.4.0 |
Release Date | 2024-11-15 |
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Unity 2021.3.22f+
New features¶
Payment¶
- When requesting PG payment, it supports multiple quantity purchases using
IAPv4.purchase
.
Remote execution¶
- Supports Crossplay Launcher Remote Execution.
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- SignIn-with-apple
- Steam
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult authentication features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unity Windows does not support review or termination pop-ups because there is currently no market.
- Hive SDK Unity Windows does not support offer wall features through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unity Windows does not support highlighting achieved event banners to open the news page using the
showNews
method and event number (pid). It operates as opening the news page.
Billing¶
- PG payment does not issue receipts, and when the user makes a payment, items are delivered directly from the Hive server through the game server.
- The purchase of PG payment returns
purchase()
method call immediately after ErrorCode : IAPSUCCESS = 90, Code : IAPV4HiveStoreSuccess = -6110000 via the Result API. This error indicates that there is nothing to process separately since the item is delivered directly to the user after purchase. For more details, please check Introduction to Hive PG Payment. - PG payment does not issue client-based receipts. For more details, please check Introduction to Hive PG Payment.
- Hive SDK Unity Windows does not support Promotional IAP features.
- Hive SDK Unity Windows does not provide a subscription-based payment system.
Notification¶
- Hive SDK Unity Windows does not support notification functionality.
Data store¶
- Hive SDK Unity 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 with hive_config.xml)setUseLog
of the Configuration class (replaced with 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.3.0¶
Download¶
Hive SDK Unity Windows | |
---|---|
Download | Hive SDK v4 Unity Windows 24.3.0 |
Release Date | 2024-10-14 |
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Unity 2021.3.22f+
Marketing attribution plugin¶
Warning
Appsflyer (Steam exclusive) version 1.0.1 has been released. The marketing attribution feature supports only Appsflyer version 1.0.1 and above starting from SDK v4 24.0.0 or higher.
New features¶
Authentication¶
- The device management service will change to automatically apply the international phone country code based on the device's access region.
Changed features¶
Authentication¶
- After adult verification, when signing up for device management services, if the number of accounts that can be registered with one mobile phone number is exceeded, an error message saying "The number of accounts that can be registered with the same mobile phone number has been exceeded" will be displayed.
Promotion¶
- Change to display the full banner in a ratio of 2:3 or 3:2.
Provisioning¶
- Adds a feature to check whether consent from a legal representative has been obtained on the terms and conditions screen.
Unsupported feature¶
Authentication¶
- The features of the Auth class are not supported, and only some features of authentication v4 are supported.
- Windows only supports the following IdP logins.
- Hive Membership
- SignIn-with-apple
- Hive SDK Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult authentication features through the AuthV4 class's
showAdultConfirm()
method.
Membership & social¶
- The Hive SDK Unity Windows does not support membership & social features other than Contact Us.
Promotion¶
- Hive SDK Unity Windows does not support review or termination pop-ups because there is currently no market.
- Hive SDK Unity Windows does not support offer wall functionality through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, the invitation screen can be configured throughgetAppInvitationData()
. - Hive SDK Unity Windows does not support displaying the news page by emphasizing 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 when the user makes a payment, the item is delivered directly from the Hive server through the game server.
- The purchase of PG payment returns ErrorCode : IAPSUCCESS = 90 and Code : IAPV4HiveStoreSuccess = -6110000 via the Result API immediately after calling the
purchase()
method. This error indicates that there is nothing to process separately since the item is delivered directly to the user after purchase. For more details, please refer to Introduction to Hive PG Payment. - PG payment does not issue a client-based receipt. For more details, please refer to Introduction to Hive PG Payment.
- Hive SDK Unity Windows does not support Promotional IAP features.
- Hive SDK Unity Windows does not provide a subscription-based payment system.
Notification¶
- The Hive SDK Unity Windows does not support notification features.
Data store¶
- The Hive SDK Unity for Windows does not support data store functionality.
Other unsupported features¶
- Permission notice popup
- Customizing the permission notice screen
- The
getPermissionViewData()
method of the Configuration class - The
getChannel()
method of the Configuration class - The
setChannel (...)
method of the Configuration class - The
getAccountUuid()
method of the IAPV4 class - The
setConfigurations()
method of the Configuration class - Remote logging
- The
getHiveCertificationKey
method of the Configuration class - The
setHiveCertificationKey
method of the Configuration class - The
getUseLog
method of the Configuration class (replaced with hive_config.xml) - The
setUseLog
method of the Configuration class (replaced with hive_config.xml) - The
getHiveTimeZone
method of the Configuration class - The
getAgeGateU16Agree
method of the Configuration class - The
getHiveTheme
method of the Configuration class - The
setHiveTheme
method of the Configuration class - The
setHivePermissionViewOn
method of the Configuration class - The
setHiveCommunityUrl
method of the Configuration class - The
getCrossPromotionBannerShowing
method of the Configuration class
V4.24.2.0 (2024-06-26)¶
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Unity 2021.3.22f+
New features¶
Authentication¶
- Supports Steam IdP implicit login. Use
AuthV4.Helper.signIn
.
Changed features¶
Authentication¶
- When the number of accounts that can be created with one mobile phone number is exceeded, requesting the sending of a verification number will display an error message saying "You have exceeded the number of accounts that can be created with the same mobile phone number."
- Change so that the
games_lite
permission to check Google Play Games information is not received during Google login.
Resolved bugs¶
Provisioning¶
- When reviewing the terms again, I modified it to use the newly provided terms URL data from the Hive server instead of the previously saved data.
Authentication¶
- In the device management service, we have fixed the issue where clicking "Go back to the previous page" on the mobile verification screen for identity verification does not return to the previous screen when an error popup is displayed.
- In the device management service, we have fixed the issue where values are entered into the input field for the verification code when the mouse wheel is operated while the input field is active on the mobile verification screen for identity verification.
- We have fixed the issue where it is not possible to pass the Hive SDK callback when calling
AuthV4.Helper.switchAccount
andAuthV4.Helper.resolveConflict
inside nested callbacks. - We will fix the issue where it was not possible to pass the
PlayerInfo
Unity Plugin parameters inAuthV4.Helper.switchAccount
andAuthV4.Helper.resolveConflict
.
Promotion¶
- Fixes the crash issue when moving from Promotion Custom Direct Fullscreen to Frame.
Developer guide changes¶
- Added guidance on implicit login behavior for mobile and PC in authentication.
V4.24.1.0 (2024-05-30)¶
Changed features¶
Hive SDK common¶
- The Hive SDK supports mouse movement functionality through game controllers on the implemented UI.
V4.24.0.0 (2024-05-22)¶
Development environment¶
Unity¶
- Microsoft Visual C++ Redistributable 14.29.30133 +
- Unity 2021.3.22f+
New features¶
Hive SDK common¶
- After the game service ends, a feature has been added that returns an error code when attempting to initialize the Hive SDK.
Authentication¶
- The feature for automatic login to PC games through Hive community login has been added.
Changed functionality¶
Hive SDK common¶
- The UI and web view of the HIVE SDK have been changed to output according to DPI settings rather than monitor resolution.
Authentication¶
- When logging in to Google, it has been changed to allow login using the 'incognito mode' of the default web browser set in Windows. The applicable web browsers are as follows.
- Google Chrome
- Microsoft Edge
- Mozilla Firefox
- Naver whale
- If you log in using a web browser other than the main web browser, log in using 'normal mode'.
Development environment update¶
External library update¶
- Updated the Steamworks library to the latest version. 1.55 → 1.59
Resolved bugs¶
Authentication¶
- Fixed an error where the authentication number could be entered after the authentication time expired during real-name verification in China.
- Fixed an error where the language of certain web pages (such as Apple login) was displayed only in English.
- Fixed an error where the SDK's callback could not be passed when
IAPv4 getSubscriptionProductInfo
was called inside a nested callback function. - Fixed an error where login would fail if the profile picture was not received from Google during Google login. (It has been modified to allow login even if the profile picture is not received.)
Promotion¶
- Fixed the error where the
getBannerInfo
andgetBannerInfoString
functions were not working. - Modified the Promotion API to operate independently of AuthV4 authentication.
Billing¶
- Fixed an issue where PG payment was exposed to Hive Store in the refund user re-payment UI.
- Modified the Arabic screen of the refund user re-payment UI to use a UI suitable for Arabic characteristics.
Hive SDK common¶
- Fixed an issue where the UI flickered when performing input events such as clicks in a specific size window.
Developer guide changes¶
- Added automatic login for PC games through Hive community login in the ‘Authentication’ section.