Windows
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¶
- Unity 2021.3.22f+
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.
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 Unity Windows does not support guest login.
- Hive SDK Unity Windows does not support adult authentication functionality through the
showAdultConfirm()
method in the AuthV4 class.
Membership & social¶
- Hive SDK Unity Windows does not support any Membership & Social functionalities except for Inquiring.
Promotion¶
- Hive SDK Unity Windows does not support review/termination pop-up as the market does not exist.
- Hive SDK Unity Windows does not support offerwall functionality through
getOfferwallState()
andshowOfferwall()
. - Hive SDK Unity Windows does not support user acquisition through
showUAShare()
. However, you can configure the invitation screen usinggetAppInvitationData()
. - Hive SDK Unity Windows does not support event number (pid) based achievement event banners highlighting and displaying the news page. It only works as displaying the news page.
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 Unity Windows does not support Promotional IAP functionality.
- Hive SDK Unity Windows does not provide a subscription-based payment system.
- Hive SDK Unity Windows does not support Hive Rubi.
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 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
New features¶
Authentication¶
- The device management service now applies the international dialing code for the device access region automatically.
Changed features¶
Authentication¶
- After adult authentication, when joining the device management service, an error message "The number of accounts that can use the same phone number for membership has been exceeded" is displayed if the user has exceeded the limited number of accounts.
- Changed to allow displaying a 2:3 or 3:2 ratio full-screen banner. Refer to Interstitial Banner Guide for more information.
Provisioning¶
- Added a feature to check if the user has agreed to the terms of service on the terms screen.
V4.24.2.0 (2024-06-26)¶
New features¶
Authentication¶
- Supports Steam IdP implicit login. Use
AuthV4.Helper.signIn
.
Changed features¶
Authentication¶
- If the user exceeds the limit of accounts that can use the same phone number when signing up, an error message "Exceeded the number of accounts that can be created using the same phone number" is displayed when requesting authentication number.
- When logging in with Google, it no longer requests the
games_lite
permission for Google Play Games information.
Fixed bugs¶
Provisioning¶
- Modified to display the latest terms and conditions received from the Hive server when re-viewing the terms of service, rather than the previously saved data.
Authentication¶
- Fixed the issue that the "Previous" button on the authentication screen for phone verification does not work properly.
- Fixed the issue that values are entered in the authentication number field when using the mouse wheel.
- Fixed the issue that Hive SDK callbacks cannot be passed when calling
AuthV4.Helper.switchAccount
andAuthV4.Helper.resolveConflict
inside a nested callback. - Fixed the issue that
PlayerInfo
plugin parameters cannot be passed when usingAuthV4.Helper.switchAccount
andAuthV4.Helper.resolveConflict
.
Promotion¶
- Fixed the crash that occurs when moving to a frame from Promotion Custom Direct Fullscreen.
Developer guide changes¶
- Added the guide on mobile and PC implicit login behavior in authentication.
v4.24.1.0 (2024-05-30)¶
Changed Features¶
Hive SDK Common¶
- Supports mouse movement functionality through a game controller on the UI implemented by Hive SDK. Game Controller
v4.24.0.0 (2024-05-22)¶
What’s New¶
Hive SDK common¶
- If you try to initialize the Hive SDK after Termination of Game Service, a function to return anerror code has been added.
Authentication¶
Changed Features¶
Hive SDK Common¶
- HIVE SDK's UI and webview have been changed to be displayed according to the DPI setting, not the monitor resolution.
Authentication¶
- When logging in to Google, it has been changed to allow logging in using the ‘Secret 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 parent web browser, you will be logged in using ‘normal mode’.
Development Environment Updates¶
External Libraries Update¶
- Steamworks library updated to latest version. 1.55 → 1.59
Fixed Bugs¶
Authentication¶
- Fixed an error where the language of certain web pages (Apple login, etc.) was displayed only in English.
- Fixed an error where SDK callback delivery was not possible when
IAPv4 getSubscriptionProductInfo
was called inside a nested callback function. - Fixed an error where login would fail if a profile photo was not received from Google when logging in to Google. (Modified so that you can log in even if you do not receive a profile photo.)
Promotion¶
- Fixed an error where the
getBannerInfo
andgetBannerInfoString
functions did not work. - Fixed the Promotion API to operate regardless of AuthV4 authentication.
Billing¶
- Fixed an error where PG payment was exposed to Store in the refund user repayment UI.
- The Arabic screen of the refund user repayment UI has been modified to use a UI that matches Arabic characteristics.
Hive SDK Common¶
- Fixed an error where the UI would flicker when performing an input event such as a click in a window of a certain size.
Changes to developer guide¶
- In the 'Authentication' section, added Automatic login to PC games with community login.