Skip to content

SDK Cocos2d-x release notes

This guide introduces the main updates of Hive SDK Cocos2d-x by version.

Updates for each target OS of Hive SDK Cocos2d-x are distinguished by the following OS labels.

  • Android Update for SDK Cocos2d-x Android
  • iOS Update for SDK Cocos2d-x iOS
  • Windows Update for SDK Cocos2d-x Windows
  • All Update for SDK Cocos2d-x Android, iOS, and Windows

Essentials

Before using each release version of Hive SDK, we guide you through the essential settings related to version-specific constraints.

  • Security Key Issue Required for Hive SDK v4 Cocos2d-x 25.0.0 and Later
    • Due to a change in the authentication security protocol, when using Hive SDK v4 Cocos2d-x 25.0.0 and later, you must Issue a Security Key in Hive Console > Security Key Settings. Without a security key, you will not be able to log in to the app.
  • PG Payment Implementation Changes Required for Hive SDK v4 Cocos2d-x 25.1.3 and Later
    • To implement PG payments on Android 25.1.3 and later, you must modify the PG payment implementation code by referring to the PG Payment Flow.

v4.26.0.1

SDK per Target OS Release Date
SDK Cocos2d-x Android 2025-12-18
SDK Cocos2d-x iOS 2025-12-18

Changed features

  • iOS The Xcode version used for the Hive SDK development environment has been changed as follows:
  • Previous: Xcode 26.2 Beta2
  • Changed: Xcode 26.2

Provisioning

  • Android In response to the App Store Liability Act, the version of the Google Play Age Signals API supported by the Hive SDK has been changed as follows:
  • Previous: 0.0.1-Beta2
  • Changed: 0.0.2

v4.26.0.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

  • iOS You can build the Hive SDK on iOS with Xcode 26.2 or later.
  • The minimum supported OS version is iOS 15.

Provisioning

  • Android We've added a new compliance feature.
  • If you distribute your game app to Google Play or the Amazon Appstore, the Hive SDK provides an Age Range API to check the user's age range to comply with the App Store Accountability Act, which takes effect in Texas, USA, on January 1, 2026.
  • iOS We've added a new compliance feature.
  • If you distribute your game app to the Apple App Store, the Hive SDK provides an Age Range API to check user age ranges to comply with the App Store Accountability Act, which takes effect in Texas, USA, on January 1, 2026.
  • Only supported on iOS 26.2 or later.

Known issues

Provisioning

  • Android In compliance with the App Store Responsibility Act, Google Play Age Signals API version 0.0.1-beta02, supported by Hive SDK 26.0.0 Beta, cannot be used in user environments that receive actual age signals.
    To receive actual age signals, update to Hive SDK v4.26.0.1, which supports Google Play Age Signals API version 0.0.2 (non-beta).

v4.25.9.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

Authentication

  • All We provide identity verification services.
  • SteamDeck does not provide identity verification services (identity verification, adult verification, parental consent). You must use the identity verification service on your mobile or PC and then re-access the game through SteamDeck.

v4.25.8.0

SDK per Target OS Release Date
SDK Cocos2d-x Android 2025-10-02
SDK Cocos2d-x iOS 2025-10-02

Check the Development Environment of this SDK version.

New features

  • Android Supports Android OS 16 (API Level 36).
  • Android When building for Android OS 15 (API Level 35) or higher, 16KB Page Size builds are supported.

Changed features

  • Android Remove the deprecated android.permission.FOREGROUND_SERVICE permission.
  • Android Android minimum build target changed from 19 to 23.

Authentication

  • iOS Remove library references that are not available when building in Xcode 26.

Library updates

  • Android Adjust(Android) 5.2.0 → 5.4.2
    • Airbridge (Android) 4.3.0 → 4.7.1
    • AppsFlyer (Android) 6.16.2 → 6.17.3
    • Firebase-analytics (Android) 22.1.2 → 23.0.0
    • Singular (Android) 12.7.0 → 12.10.0
    • Facebook (Android) 17.0.0 → 18.0.1
    • Line(Android) 5.10.0 → 5.11.1
    • play-services-auth(Android) (Google Sign-In) 20.7.0 → 21.3.0
    • play-services-games-v2(Android) (Play Games Services) 20.1.2 → 21.0.0
    • play-services-ads-identifier (Android) 18.0.1 → 18.2.0
    • play-services-analytic (Android) 18.0.4 → 18.1.1
    • firebase messaging (Android) 24.0.2 → 25.0.0
    • onestore (Android) 21.01.00 → 21.02.01
    • google-core-review (Android) 2.0.1 → 2.0.2
    • Recaptcha (Android) 18.6.1 → 18.7.1
    • Kotlin (Android) 1.9.22 → 2.1.21
  • iOS Adjust(iOS) 5.2.0 → 5.4.3
    • Airbridge (iOS) 4.3.0 → 4.7.0
    • AppsFlyer (iOS) 6.16.1 → 6.17.2
    • Firebase (iOS) 11.6.0 → 11.15.0
    • Singular (iOS) 12.7.1 -> 12.8.1
    • Facebook (iOS) 17.4.0 → 18.0.0
    • Google Sign-In (iOS) 8.0.0 → 9.0.0
    • Line(iOS) 5.11.2 -> 5.13.0
    • QQ (iOS) 3.5.17.4 → 3.5.17.5
    • SDWebImage (iOS) 5.20.0 → 5.21.1
    • Recaptcha (iOS) 18.6.0 → 18.7.0

Fixed bugs

Authentication

  • iOS Fixed an issue where the chatbot pop-up would occasionally display in landscape mode instead of portrait mode.
  • iOS Fix to prevent empty array reference errors.
  • When using the showConflict method of the Authv4 class, a crash occurs if required input data is missing.

Analytics

  • Android When a client connection transmission fails, it is modified to not retransmit with unnecessary information.

v4.25.7.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

Authentication

Changed features

Authentication

  • All Hive If you configure an app that uses adult authentication in the console, the adult authentication process will be performed automatically after logging in.
  • This feature is only available in Korea.
  • All The showAdultConfirm method, which performs adult verification, is deprecated.
  • The showAdultConfirm method may be removed in a future update.

v4.25.6.0

SDK per Target OS Release Date
SDK Cocos2d-x Android 2025-07-31
SDK Cocos2d-x iOS 2025-07-31

Check the Development Environment of this SDK version.

New features

Chat

  • All Adds the ability to 'like' or mark specific chat messages.
  • All Provides information that allows you to write a 'reply' to a specific chat message or indicate reply relationships.
  • All Provides the ability to mention a specific user or provide information about the user being mentioned.

Changed features

Chat


v4.25.5.2

SDK per Target OS Release Date
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

Fixed bugs

Authentication

  • iOS Fixes an issue that would cause a crash when exposing the chatbot in landscape mode.

v4.25.5.1

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

Authentication

  • All We've added a new feature called Switching Between Multiple Accounts. The details of the features are as follows:
  • Save the currently logged-in account to the device
  • View saved accounts
  • Log out and delete saved accounts
  • Quickly log in with other saved accounts

Promotion

Notification

  • All We've added a new Push Action Button.
  • When receiving a push notification, you can perform a predefined action using the Push Select Action Button.

Chat

  • All Message Sending
  • Added the ability to automatically translate chat messages into the user's language and the ability to translate specific messages.
  • Added the ability to receive notification messages only for users in specific languages.
  • Added a message ID value to WebSocket messages to ensure callback order.
  • All Channel
  • Added the ability to view previous conversation history when entering a chat channel.
  • Provides the number of people currently in the channel.
  • Provides a sorting function when viewing the channel list.
  • All Event Management
  • Added the ability to send custom data events as binary to chat.
  • All Connection Management
  • Added reconnection functionality.

Hercules

  • Android 20241125-2 -> 20250527
  • iOS 20241120 -> 20250218

Changed features

  • Android Update the obfuscation rules required for your build.
  • iOS The HiveAppTrackingTransparents.framework library, which was provided separately, is now integrated into Service.framework.

Authentication

  • All Changed the showMyInquiry method to display the Inquiry page when not using a Hive membership account, which was not working.
  • Android Change the VK authentication pop-up from webview to in-app browser.

Marketing Attribution

  • iOS Change to support automatically collecting Firebase purchase events if enabled.

Fixed bugs

Promotion

  • iOS Fixes corner curvature of the What's New UI on iPad devices.

Provisioning

  • iOS Modify the webview to not scroll when terms and conditions are displayed.

Analytics

  • iOS Modify the logic to enable sending Analytics logs immediately after terms agreement is complete.

Known issues

Others

  • iOS An error occurs that causes the chatbot to crash when using it in landscape mode.
  • Please update to Hive SDK Unity iOS 25.5.2 or later.

v4.25.2.2

SDK per Target OS Release Date
SDK Cocos2d-x Android -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

Changed features

Authentication

  • Android Due to incompatibility issues with Google Credential Manager that prevented some users from accessing the site, we are rolling back the authentication method to the existing Google Sign-In.

Library updates

  • Android * GooglePlay Services-Auth (Android) v20.7.0 (Google Sign-In rollback support re-enabled)
  • Google Credential Play Services Auth (Android) v1.3.0 (Google Sign-In rollback removed)

v4.25.2.1

SDK per Target OS Release Date
SDK Cocos2d-x Android -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

Fixed bugs

Marketing Attribution


v4.25.2.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

Changed features

Authentication

  • All We've updated the VK authentication method. The updated authentication method is available in the New VK Developer Console.
  • iOS Updates the validation protocol for the deprecated GameKit API used when logging into Apple GameCenter.
  • Android Due to the deprecation of the Google Sign-In library, we are moving to authenticating with Google Credential Manager and the AuthorizationClient API for both implicit and explicit sign-ins.

Billing

  • Android If you refund an item purchased with PG payment, add the order_id value to distinguish it from previous transactions.
  • Android When a PG payment transaction is completed, a purchase completion log is sent via marketing attribution.

Promotion

  • Android When sharing User Acquisition, change it to be added to the list of exposures supported by Telegram.
  • Android Change the caching policy when exposing a webview.

Marketing Attribution

  • All Additional Hive SDK identifiers are sent to support integration with MMP services.
  • All Change the event to be sent by adding a custom attribute when manually tracking the event.
  • Android Changed the way market source information is transmitted when Airbridge is initialized.
  • iOS When using the sendEventWithAttributes API, the precision range of floating-point values ​​of the semantic value type is changed from float to double.

Provisioning

  • All In the following cases, the Terms and Conditions Details and Replay pages will be changed to open a new external browser instead of loading the Terms and Conditions page (webview):
  • When moving to a webpage outside the Terms and Conditions URL
  • When clicking on a hyperlink HTML tag (e.g., "a" tag, "tel://") within the Terms and Conditions

Library updates

  • Android Airbridge (Android) v4.1.0 → v4.3.0
    • Adjust(Android) v5.0.1 → v5.2.0
    • Singular (Android) v12.6.1 → v12.7.0
    • AppsFlyer (Android) v6.15.2 → v6.16.2
    • GooglePlay Services-Auth(Android) v20.7.0 (Discontinued)
    • Google Credential Play Services Auth (Android) v1.3.0 (new support)
  • iOS Airbridge (iOS) v4.1.1 → v4.3.0
    • Adjust(iOS) v5.0.1 → v5.2.0
    • Singular (iOS) v12.6.1 → v12.7.1
    • AppsFlyer (iOS) v6.15.3 → v6.16.1
    • QQ (iOS) 3.5.17.3 → 3.5.17.4

Chat

  • All When sending or receiving message data, additionally send and receive extraData.
  • All When connecting to a chat server, extraData is no longer sent.
  • All Additionally, it receives an integer time value instead of a string time value.
  • All When attempting to reconnect without properly disconnecting the websocket in a situation where communication is impossible, such as a network blockage, the problem is changed to not fail with a duplicate connection.

Fixed bugs

  • Android In situations where a communication retry over the network or a connection to a distributed server is required, if a response comes before the configured maximum timeout time has elapsed, the communication retry or connection to the distributed server is modified to no longer wait for the timeout and to immediately retry the communication or connect to the distributed server.
  • iOS Fixes an error where the gameLanguage value in the hive_config.xml file is initialized when the server group Zone connected to the Hive SDK is changed using the setZone method of the Configuration class.

Authentication

  • iOS Fixes an issue where QQ web login does not work properly on devices running iOS 18 or later.

Marketing Attribution

  • Android Fixes an issue where push notifications with no content were displayed when using the feature that uses Adjust to determine whether an install has been made.
  • Android When an event occurs where multiple items are purchased using Airbridge, the sales information is modified to be transmitted based on the unit price and quantity.

Provisioning

  • All When initializing the advertising module (Adiz) before initializing the SDK, if compliance such as COPPA or GDPR is required, the AgeGate value that checks age is fixed to operate with the value set in hive_config.xml.

Chat

  • Android Fixes an issue where chat connections would occasionally fail.

Known issues

Marketing Attribution


v4.25.1.3

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

Changed features

Billing

  • Android Changes the way PG payments work to match the behavior of other marketplaces in the billing (IAPv4) feature. If you are using PG payments, you should refer to the PG Payment documentation to modify your code implementation.

Marketing Attribution

Fixed bugs

Billing

  • iOS Fixed an error where the background was opaque when displaying a pop-up UI asking whether to consent to transmitting consumption information.
  • iOS Fixes an issue where the app's screen orientation would rotate in an unintended direction when closing the pop-up UI that asks whether to consent to transmitting consumption information.

Promotion

  • iOS Fixed an issue where the image being displayed would disappear when a rotation event occurred while displaying a review popup containing an image.

Marketing Attribution

  • iOS Fixes an error where Airbridge would send ad revenue information to AdMob instead of Adiz when sending it through Adiz.

v4.25.0.1

SDK per Target OS Release Date
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

Marketing Attribution

  • iOS When using Hive SDK v4 25.0.0 or later with Adjust v5 applied, fixes an error where did and vid values, which are automatically collected and transmitted by the SDK, are not transmitted.

v4.25.0.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

Authentication

Billing

Promotion

Matchmaking

  • All The matchmaking feature has been updated to support the new group matchmaking feature. ※ This feature is not compatible with previous versions of the Hive SDK interface. To use the updated matchmaking feature, you must use Hive SDK v4 25.0.0 or higher.

Marketing Attribution

Chat

  • All Chat feature is now supported.

Changed features

Authentication

  • All Remove unused Auth module classes and interfaces, methods, delegates, and listeners.
  • All Apply stronger security protocols using JWT tokens.
  • All With the end of support for TalkPlus, we are deprecating the TalkPlus authentication token method.
  • Android The Apple Sign In webview allows browsing in addition to login functionality, such as finding passwords.

Marketing Attribution

  • All Updated to support Adjust v5.
  • Removed the Adjust Signature library.
  • All Change the Adiz ad revenue aggregation source to AdMob when aggregating Adiz ad revenue with Adjust.
  • Android This reflects the integration of the Appsflyer ad revenue aggregation library into the main library.
  • 6.14.2 → 6.15.2
  • Removed the Appsflyer ad-revenue library.

Hercules

  • All November 20, 2024

Fixed bugs

Authentication

  • Android Addresses an issue where the UI thread would intermittently be occupied when network response delays occurred during execution of the signIn method.

Billing

  • iOS Fixes an error where an IAP_UPDATE event would be additionally triggered when in-app product purchases were induced using UserEngagement.

Known issues

Marketing Attribution

  • iOS If you're using Adjust, there's an error where the did and vid values, which are automatically collected and transmitted by the SDK, aren't being sent. You'll need to update to Hive SDK v4 25.0.1 or later.

v4.24.5.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

  • All Supports Unity 6 (Unity 6000).

Authentication

Promotion

  • All You can also display ads in Spot Banner.
  • Android Supports X (formerly Twitter) for the user invitation sharing feature.

Matchmaking

Changed features

Authentication

  • All Fix the Provider name exposed in the conflict popup.

Fixed bugs

Billing

  • iOS When some product prices cannot be expressed exactly as floating point numbers, modify the JSON format to represent these values ​​as exact decimal points instead of repeating decimals.
  • Example> 4.99$ (string) → 4.9900000000000011 (double) → 4.99 (JSON number)

v4.24.4.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

Billing

Marketing Attribution

Fixed bugs

Analytics

  • iOS Fixed an error where the consent banner option was not reflected correctly when only one option was selected.

v4.24.3.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

Provisioning

  • All Adds the ability to check if consent from legal representative has been obtained on the Terms and Conditions screen.

Changed features

Authentication

  • All Changed the logout behavior.
  • Previously: When calling signOut, the Hive SDK logs out the user account. When calling the signOut API, the guest receives a failure response from the server.
  • Changed: When calling signOut, the Hive SDK asks the Hive server whether the user account can be logged out, and then logs out the user based on the response.
  • All Logging out a guest account no longer returns a success response, but an error code. The guest account session is maintained in the Hive SDK and Hive server.
  • All Suspended accounts are automatically logged out of the IdP and can be logged in with a different account using the same IdP. This only applies if automatic login is not possible.
  • All When connecting to IdP using the AuthV4.connect method, change it to log out when switching to a suspended account.
  • All Change the device management service to automatically apply the international calling country code based on the device access region.
  • iOS We're making changes so you can still log in to Facebook even if you decline App Tracking Transparency (ATT) consent.

Promotion

Marketing Attribution

Library updates

  • Android Google Play Billing Library 6.1 → 7.0 Google Play Service Games 20.0.0 → 20.1.2
  • iOS Facebook SDK 16.2.1 → 17.0.2

Fixed bugs

  • Android Fixes an error that prevented memory from being freed by modifying the resource reference logic.
  • iOS Fixes an issue that caused intermittent crashes when confirming consent for App Tracking Transparency (ATT) on iOS 14 devices.
  • iOS Fixes an error that would cause a crash when selecting Restrict Access (allow access to only some photos) in the Photo Gallery.

Notification

  • Android Fixes an error where push messages are not displayed properly when setting a type that is not supported by local push notification.
  • iOS Modify to send app version information.

v4.24.1.3

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

Changed features

Authentication

  • All Change the device management service to automatically apply the international calling country code based on the device access region.

v4.24.2.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

  • All In the EU and EEA regions where GDPR applies, we provide a function that returns whether users under the age of 16 have agreed to the terms and conditions. You can check whether a user is under the age of 16.
  • Android When using the photo gallery on devices running Android OS 11 or higher or devices with a supporting module installed, PhotoPicker is used by default.
  • iOS You can also view Hive SDK debug logs in the macOS Console app, and select specific log types to view among the Hive SDK logs.

Authentication

  • All When you exceed the number of accounts that can be created with one mobile phone number, an error message will be displayed when you request a verification code: "The number of accounts that can be created with the same mobile phone number has been exceeded."

Promotion

Changed features

Promotion

  • iOS We've improved usability by minimizing the display of the clipboard paste permission pop-up when using the Game Invitation (UA) feature.
    1. The permission consent pop-up has been changed from appearing immediately after the invited user launches the app to appearing after the Hive SDK initializes after the app launches.
    2. The pop-up is now only displayed when the inviter's URL data is present on the clipboard.

Notification

  • Android Supports the runtime library (Push Amazon Device Message 1.2.0) that runs on new Amazon Fire devices.

Library updates

  • Android Samsung GalaxyStore IAP 6.1 → 6.1.1 Amazon Device Message 1.0.1 → 1.2.0

Analytics

  • iOS Change the default value of the saveAnalyticsLogBeforeCrash setting, which saves unsent logs to a file when the app crashes, to false.

Fixed bugs

Authentication

  • All During the real-name authentication process for users accessing from China, an error message is displayed instead of resetting the remaining time when the number of text messages sent exceeds the limit.
  • Android Fixes an issue where there was no proper response callback when the user pressed the back key during Google Play sign-in to not sign in.
  • Android Fixes an issue where keyboard input could not be performed on low resolution devices.

Promotion

  • iOS Fixes a bug that causes freezing when exposing a new frame view in the news view.

Marketing Attribution

  • Android Fixes an issue where Adjust event dispatching was delayed when initializing with customized terms.

v4.24.1.2

SDK per Target OS Release Date
SDK Cocos2d-x Android -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

Fixed bugs

Authentication

  • Android Fixes an issue where a proper response callback was not received when canceling a Google login by pressing the back button during the login process. This bug occurred only when the Google Legacy Support value in the Hive console was set to true.
  • Android Fixes an issue where keyboard input was not possible on low resolution devices.

v4.24.1.0

SDK per Target OS Release Date
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

Changed features

Library updates

  • iOS AppsFlyer(iOS) v6.13.1 → v6.14.3 QQ (iOS) v3.5.14 → v3.5.16 Facebook SDK v17.0.0 → v16.2.1

Analytics

  • iOS Changes will be made to determine whether or not to display the consent banner based on the device's consent to tracking.
    • If tracking consent is denied, the consent banner will not be displayed.

Fixed bugs

Billing

  • iOS Fixes an error where product search fails when updating from a version of Hive SDK lower than v4 24.0.0 (e.g. v4 23.4.0) to v4 24.0.0.

v4.24.0.0

SDK per Target OS Release Date
SDK Cocos2d-x Android -
SDK Cocos2d-x iOS -

Note: No separate distribution file is provided for this SDK version, and the feature is included in the upper version of the SDK.

New features

Billing

  • iOS If there is information on the first subscription discount, it will be passed along when retrieving product information. You can check the discount information by looking up the difference between the original_price field and the price field in the list of IAPV4Product objects received as a callback when using getProductInfo.

Promotion

  • Android Chrome supports custom tabs, which use the device's default browser to display external pages. You can display the in-app browser using the showInAppBrowser method of the PlatformHelper class.
  • iOS Supports SafariViewController, which uses a browser to expose external pages. You can expose the in-app browser with the showInAppBrowser method of the PlatformHelper class.

Changed features

  • iOS When distinguishing app versions, additionally use CFBundleShortVersionString.

Billing

  • All The PG payment type displayed in the refund user repayment UI has been changed from "HiveStore" to "PG payment."
  • Android Change the PG payment page to be displayed in an in-app webview instead of an in-app browser. This allows PG payments to be supported even on devices that don't support the in-app browser environment.

Library updates

  • Android GooglePlay Services-Games v2 (Android) v19.0.0 → 20.0.0
  • Facebook SDK Android v16.2.0 → 17.0.0
  • LINE (Android) v5.9.1 → 5.10.0
  • iOS WeChat 2.0.2 → 2.0.4
  • Hercules 2024.01.23 → 2024.04.11
  • Singular 12.3.2 → 12.4.1

Analytics

  • Android Change the default value of the advertising identifier collection setting in the Firebase event collection feature to true.

Known issues

Authentication

  • iOS When using the Facebook SDK for iOS 17.0.0, there is an issue where users cannot log in on devices running iOS 17.0 or later if they do not consent to "App Tracking Transparency." To implement Facebook login under these conditions, use the Hive SDK v4 24.1.0.