Skip to content

iOS

Required information

  • Hive SDK v4 Native 25.0.0 or later: Security key issuance required
    • Due to authentication security protocol changes, you must issue a security key from the Hive Console when using version 25.0.0 or later. Without it, login will not be possible.
  • Hive SDK v4 Native 25.1.3 or later: PG payment implementation changes required
    • When using PG payment with Android 25.1.3 or later, you must modify the implementation according to the PG payment flow.


v4.26.1.0

Download


Target OS Release version Release date
iOS Hive SDK v4 Native iOS 26.1.0 2026-01-13

New features

Billing

Authentication

  • Provides the AuthV4.checkAgeGate method that displays an age gate popup for users to enter their birth date and returns that value via callback.
  • Adds the AuthV4.setAutoLoginEnabled method to register the next login session (not the current one) as an auto login session (ON/OFF). After setting it to ON, you can use auto login by executing AuthV4.Helper.signIn or executing AuthV4.signIn with ProviderType.AUTO.
  • Supports login with Xiaomi.

Promotion

  • Supports deferred deep links that direct users to specified in-app pages even after app installation when users who haven't installed the app click direct links.

Add-ons

  • Open in in-game webview provides an option to display webview using Game Activity instead of Hive Activity when exposing webview with the showInWebView method of the PlatformHelper class.

Others

  • You can check the language setting configured in the SDK with the getGameLanguage method in the Configuration class.
  • Due to the termination of CocoaPod service, we provide distribution service through SPM (Swift Package Manager).


Changed features

Library updates

  • Amazon AppStore (Android) v3.0.4 → v3.0.8
  • Samsung GalaxyStore IAP (Android) v6.1.1 → v6.5.0
  • Google Billing Library (Android) v7.0.0 → v8.0.0
  • QQ (Android) v3.5.17 → v3.5.18
  • Xiaomi (Android) v3.2.5_12798 → v3.4.6
  • Adjust (iOS) 5.4.3 → 5.4.6
  • Airbridge (iOS) 4.7.0 → 4.8.1
  • AppsFlyer (iOS) 6.17.2 → 6.17.7
  • Firebase (iOS) 11.15.0 → 12.5.0
  • Singular (iOS) 12.8.1 → 12.9.0
  • Facebook (iOS) 18.0.0 → 18.0.2
  • Line (iOS) 5.13.0 → 5.14.0
  • QQ (iOS) 3.5.17.5 → 3.5.18
  • SDWebImage (iOS) 5.21.1 → 5.21.5

Marketing Attribution

  • Changes to prevent duplicate sending of revenue logs for the same receipt sent to MMP.
  • Adds sending revenue value to the value key when sending Firebase purchase events.
    • Previously, revenue value was sent only to the revenue key.

Billing

  • Changes the library used for Google Play billing to Google Play Billing Library 8.0.

Analytics

  • Changes the popup design and improves behavior for exposing DMA consent banner.
    • Existing consent history from previous consent banners is maintained, and improved text and UI with new consent banners will be displayed upon re-exposure.
    • If you were using custom text for previous consent banners, you must reconfigure according to the changed data structure by referring to custom consent banner UI settings.

Authentication

  • Supports adult verification through both web and app methods.
  • Removes the automatic collection feature for profile images and nicknames during SNS login.
  • Changes auto login behavior policy due to the addition of AuthV4.setAutoLoginEnabled (default: PC OFF / Mobile ON) as follows:
    • Previous: When switching to another account after account conflict, the changed account maintains auto login on mobile and disables auto login on PC
    • Changed: When switching to another account after account conflict, the changed account maintains auto login on both mobile and PC if auto login session was registered with AuthV4.setAutoLoginEnabled, otherwise it's disabled (exceptions exist)

Push

  • Changes to collect additional token information based on build environment when collecting tokens for push notifications.

Promotion

  • Resolves the issue where webview flickers when moving to external browser through custom view/direct view.

Provisioning

  • Provides Age Range API as an optional feature to respond to App Store Accountability Act.
    • The App Store Accountability Act that was to take effect on January 1, 2026 in Texas, USA is currently postponed, so you can choose to apply it based on development status.
    • You can choose to apply it in response to the App Store Accountability Act taking effect in Utah, USA in May 2026 and Louisiana in July.

Add-ons

  • In opening with in-game webview, we improve the visibility of the close button for webview exposed by the showInAppView method of the PlatformHelper class.

Others

  • Configuration.setZone behavior has been changed to be valid only until initialization.


Fixed bugs

Marketing Aattribution

  • Fixed the issue where Install or Update events are missing in Firebase.

Authentication

  • Fixed the issue where the chat message input field intermittently doesn't appear while using the chatbot.
  • Fixed the issue where the adult verification popup appears again after deleting registered devices following adult verification when the number of registered devices exceeds the limit in device management.

Notification

  • Fixed the issue where tokens for push notifications are collected even for Android COPPA targets.
  • Fixed the issue where iOS ForegroundPush setting doesn't change to False.

Promotion

  • Fixed the issue where the news menu doesn't work properly when the number of items exceeds a certain limit.
  • Fixed the issue where it doesn't work properly when the width or height of images displayed on full-screen banners is '0' or when the server sends incorrect information.
  • Fixed the issue where direct links don't work when exposing community through direct links without URL parameters.

Add-ons

  • Fixed the issue where the game app flickers and the window closes when the user's network status is offline or changes to offline while using the showInAppBrowser method of the PlatformHelper class in opening with in-game browser.


v4.26.0.1

Download


Target OS Release version Release date
iOS Hive SDK v4 Native iOS 26.0.1 2025-12-18

Changed features


Common

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


v4.26.0.0 Beta

Download


Target OS Release version Release date
iOS Hive SDK v4 Native iOS 26.0.0 2025-12-08

New features


Provisioning

  • Newly added Compliance feature.
  • If you are distributing your game app to the Apple App Store, Hive SDK provides an Age Range API to verify user age ranges in response to the App Store Accountability Act that takes effect in Texas, USA on January 1, 2026.
  • Only supported on iOS 26.2 or later.

Common

  • Hive SDK can now be built with iOS Xcode 26.2 or later.
  • Minimum supported OS version is iOS 15.


v4.25.9.0

Download


Target OS Release version Release date
iOS Hive SDK v4 Native iOS 25.9.0 2025-11-07

New features


Authentication


v4.25.8.0

Download


iOS
Download Hive SDK v4 Native iOS 25.8.0
Release date 2025-10-02

Development environment


iOS

Required components

  • SDWebImage (iOS) v5.20.0 → 5.21.1

Optional components

IDP
  • Facebook SDK (iOS) v17.4.0 → 18.0.0
  • Google Sign-In SDK (iOS) v8.0.0 → 9.0.0
  • QQ (iOS) v3.5.17.4 (custom/redistributed) → 3.5.17.5 (custom/redistributed)
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2 → 5.13.0
Marketing tracking analytics
  • Airbridge (iOS) v4.3.0 → 4.7.0
  • Adjust (iOS) v5.2.0 → 5.4.3
  • Singular (iOS) v12.7.1 → 12.8.1
  • AppsFlyer (iOS) v6.16.1 → 6.17.2
  • FirebaseAnalytics (iOS) v11.6.0 → 11.15.0
Others
  • Google reCaptcha (iOS) v18.6.0 → 18.7.0


Important notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Unreal Engine 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.

  • Due to changes in the PG payment process, if you use PG payment with Hive SDK v4 Unreal Engine 25.1.3 or later, you must update your code according to the PG payment flow.


New features



Changed features


Authentication

  • Removes references to libraries that cannot be used when building with Xcode 26.

Others

  • Updates external libraries:
  • 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

Bug fixes


Authentication

  • Fixed an issue where the chatbot popup would intermittently appear in landscape mode instead of portrait mode.
  • Fixed to prevent empty array reference errors.
  • A crash occurred when required input data was missing while using the showConflict method of the Authv4 class.


v4.25.7.0

Download


Notice: This SDK version does not provide a separate distribution file, and the features are included in higher version SDKs.


New features


Authentication

  • Provides an API to obtain personalized identification information.
  • The identification information is a hashed DI value. After calling the API and completing adult verification, you can use this information to identify users who have completed adult verification.


Changed features


Authentication

  • If you set up your app to use adult verification in the Hive Console, the adult verification process will be performed automatically after login.
  • This feature is only supported in Korea.

  • The showAdultConfirm method for performing adult verification is deprecated.

  • The showAdultConfirm method may be removed in future updates.


v4.25.6.0

Download


iOS
Download Hive SDK v4 Native iOS 25.6.0
Release date 2025-07-31

Important notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.


Development environment


iOS

Required components

  • SDWebImage (iOS) v5.20.0

Optional components

IDP
  • Facebook SDK (iOS) v17.4.0
  • Google Sign-In SDK (iOS) v8.0.0
  • QQ (iOS) v3.5.17.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2
Marketing tracking analytics
  • Airbridge (iOS) v4.3.0
  • Adjust (iOS) v5.2.0
  • Singular (iOS) v12.7.1
  • AppsFlyer (iOS) v6.16.1
  • FirebaseAnalytics (iOS) v11.6.0
Others
  • Google reCaptcha (iOS) v18.6.0


New features


Chat

  • Added the ability to express or display 'likes' on specific chat messages.
  • Added the ability to write replies to specific chat messages and display reply relationships.
  • Added the ability to mention specific users and display mention information.

Changed features


Chat


Developer guide changes



v4.25.5.2

Download


iOS
Download Hive SDK v4 Native iOS 25.5.2
Release date 2025-07-30

Important notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.

Development environment


iOS

Required components

  • SDWebImage (iOS) v5.20.0

Optional components

IDP
  • Facebook SDK (iOS) v17.4.0
  • Google Sign-In SDK (iOS) v8.0.0
  • QQ (iOS) v3.5.17.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2
Marketing tracking analytics
  • Airbridge (iOS) v4.3.0
  • Adjust (iOS) v5.2.0
  • Singular (iOS) v12.7.1
  • AppsFlyer (iOS) v6.16.1
  • FirebaseAnalytics (iOS) v11.6.0
Others
  • Google reCaptcha (iOS) v18.6.0


Bug fixes


Authentication

  • Fixed a crash that occurred when displaying the chatbot in landscape mode.


v4.25.5.1

Download


iOS
Download Hive SDK v4 Native iOS 25.5.1
Release date 2025-07-23

Important notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.


Development environment


iOS

Required components

  • SDWebImage (iOS) v5.20.0

Optional components

IDP
  • Facebook SDK (iOS) v17.4.0
  • Google Sign-In SDK (iOS) v8.0.0
  • QQ (iOS) v3.5.17.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2
Marketing tracking analytics
  • Airbridge (iOS) v4.3.0
  • Adjust (iOS) v5.2.0
  • Singular (iOS) v12.7.1
  • AppsFlyer (iOS) v6.16.1
  • FirebaseAnalytics (iOS) v11.6.0
Others
  • Google reCaptcha (iOS) v18.6.0


New features


Authentication

  • Added multi-account switching feature:
  • Save the currently logged-in account to the device
  • View saved accounts
  • Logout and delete saved accounts
  • Quickly log in with another saved account

Promotion

Notification

  • Added push action button feature:
  • When receiving a push notification, you can perform predefined actions via selectable push action buttons.

Chat

  • Message sending
  • Added automatic translation of chat messages to the user's language and the ability to translate specific messages.
  • Added announcement message feature that can be sent to users of specific languages only.
  • Added message ID to WebSocket messages to guarantee callback order.
  • Channel
  • Added ability to view previous chat history when entering a channel.
  • Provides the number of participants in the current channel.
  • Added sorting options when retrieving channel lists.
  • Event management
  • Added custom data event transmission in binary format.
  • Connection management
  • Added reconnection feature.


Changed features


Common

  • The previously separate HiveAppTrackingTransparents.framework library is now integrated into Service.framework.

Authentication

  • The showMyInquiry method now displays the inquiry page even when not using a Hive membership account.

Marketing attribution

  • Now supports automatically collected Firebase purchase events when enabled.

Hercules

  • Updated Hercules library:
  • 20241120 → 20250218


Bug fixes


Provisioning

  • Fixed issue where webview scrolling was disabled when displaying terms.

Promotion

  • Fixed corner radius of news UI on iPad devices.

Analytics

  • Modified logic to allow Analytics logs to be sent immediately after terms agreement.

Known issues

  • Crash occurs when using chatbot in landscape mode.
  • Please update to Hive SDK iOS 25.5.2 or later.

Developer guide changes



v4.25.2.2

Download


iOS
Download Hive SDK v4 Native iOS 25.2.2
Release date 2025-06-23

Important notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.


Development environment


iOS

Required components

  • SDWebImage (iOS) v5.20.0

Optional components

IDP
  • Facebook SDK (iOS) v17.4.0
  • Google Sign-In SDK (iOS) v8.0.0
  • QQ (iOS) v3.5.17.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2
Marketing tracking analytics
  • Airbridge (iOS) v4.3.0
  • Adjust (iOS) v5.2.0
  • Singular (iOS) v12.7.1
  • AppsFlyer (iOS) v6.16.1
  • FirebaseAnalytics (iOS) v11.6.0
Others
  • Google reCaptcha (iOS) v18.6.0


v4.25.2.1

Download


iOS
Download Hive SDK v4 Native iOS 25.2.1
Release date 2025-05-14

Important notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.


Development environment


iOS

Required components

  • SDWebImage (iOS) v5.20.0

Optional components

IDP
  • Facebook SDK (iOS) v17.4.0
  • Google Sign-In SDK (iOS) v8.0.0
  • QQ (iOS) v3.5.17.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2
Marketing tracking analytics
  • Airbridge (iOS) v4.3.0
  • Adjust (iOS) v5.2.0
  • Singular (iOS) v12.7.1
  • AppsFlyer (iOS) v6.16.1
  • FirebaseAnalytics (iOS) v11.6.0
Others
  • Google reCaptcha (iOS) v18.6.0

v4.25.2.0

Download


iOS
Download Hive SDK v4 Native iOS 25.2.0
Release date 2025-04-29

Important notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or later, you must issue a security key from Hive Console > Security Key Settings. Without a security key, login will not be possible in the app.


Development environment


iOS

Required components

  • SDWebImage (iOS) v5.20.0

Optional components

IDP
  • Facebook SDK (iOS) v17.4.0
  • Google Sign-In SDK (iOS) v8.0.0
  • QQ (iOS) v3.5.16
  • VK (iOS) v1.6.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2
Marketing tracking analytics
  • 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
  • FirebaseAnalytics (iOS) v11.6.0

Others

  • Google reCaptcha (iOS) v18.6.0

New features


  • None

Changed features


Provisioning

  • Changed behavior so that if the terms page link is a web address (not a terms URL) or includes hyperlink tags, it now opens in an external browser.

Authentication

  • Changed VK authentication method. The new method is available on the VK developer console.

  • Updated deprecated GameKit API validation protocol used for Apple GameCenter login.

Marketing attribution

Chat

  • Now sends and receives extraData when sending or receiving message data.
  • No longer sends extraData when connecting to the chat server.
  • Now also receives integer-type time values in addition to string-type.
  • Improved handling to avoid duplicate WebSocket connections when reconnection is attempted after failed disconnection due to network issues.

Others

  • Updated external libraries:
    • 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) v3.5.17.3 → v3.5.17.4

Bug fixes


Common

  • Fixed an issue where changing the server group zone using the setZone method in the Configuration class caused the gameLanguage value in hive_config.xml to reset.

Provisioning

  • Fixed an issue where the AgeGate value in hive_config.xml was incorrectly used when the Adiz ad module was initialized before the SDK during COPPA/GDPR compliance.

Authentication

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

Developer guide changes


Development environment updates


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) v3.5.17.3 → v3.5.17.4


v4.25.1.3

Download


iOS
Download Hive SDK v4 Native iOS 25.1.3
Release date* 2025-04-10

Notes


  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or higher, you must issue a security key in the Hive console > Security Key Settings by issuing a security key. If the security key is not issued, app users will not be able to log in to the app.
  • Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or higher, you must issue a security key in the Hive console > Security Key Settings by issuing a security key. If the security key is not issued, app users will not be able to log in to the app.


Development environment


iOS

Required

  • SDWebImage (iOS) v5.20.0

Optional

IDP

  • Facebook SDK iOS v17.4.0
  • Google Sign-In SDK (iOS) v8.0.0
  • QQ (iOS) v3.5.16
  • VK (iOS) v1.6.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2

Marketing tracking analytics

  • Airbridge(iOS) v4.1.1
  • Adjust(iOS) v5.0.1
  • Singular(iOS) v12.6.1
  • AppsFlyer(iOS) v6.15.3
  • FirebaseAnalytics(iOS) v11.6.0

Others

  • Google reCaptcha (iOS) v18.6.0


New features


  • N/A

Changed features


Marketing attribution

Fixed bugs


Marketing attribution

  • When sending advertising revenue information through Adiz, fix the error where Airbridge sends to AdMob instead of Adiz.

Billing

  • Fixed the error where the background is opaque when exposing the popup UI that queries whether to consent to sending consumption information.

  • Fixed the error where the app's screen orientation rotates in an unintended direction when closing the popup UI that queries whether to consent to sending consumption information.

Promotion

  • Fixed the error where the image being displayed disappears when a rotation event occurs during the display of a review popup containing an image.


v4.25.0.1

Download


iOS
Download Hive SDK v4 Native iOS 25.0.1
Release date 2025-03-10

Notes


Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0 or higher, you must obtain a security key from Hive Console > Security Key Settings. Without a security key, app users will not be able to log in to the app.


Development environment


iOS

Required items

  • SDWebImage (iOS) v5.20.0

Optional items

IDP

  • Facebook SDK iOS v17.4.0
  • Google Sign-In SDK (iOS) v8.0.0
  • QQ (iOS) v3.5.16
  • VK (iOS) v1.6.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2

Marketing tracking analytics

  • Airbridge(iOS) v4.1.1
  • Adjust(iOS) v5.0.1
  • Singular(iOS) v12.6.1
  • AppsFlyer(iOS) v6.15.3
  • FirebaseAnalytics(iOS) v11.6.0

Others

  • Google reCaptcha (iOS) v18.6.0


New features


  • None

Changed features


  • None

Fixed bugs


Marketing attribution

  • Fixes the issue where the did and vid values, which are automatically collected and sent by the SDK when using Hive SDK v4 25.0.0 or higher with Adjust v5, are not being sent.


v4.25.0.0

Download


iOS
Download Hive SDK v4 Native iOS 25.0.0
Release date 2025-01-24

Notes


Due to changes in the authentication security protocol, when using Hive SDK v4 Native iOS 25.0.0, you must issue a security key from Hive console > Security Key Settings here. If you do not obtain a security key, app users will not be able to log in to the app.


Development environment


iOS

Mandatory items

  • SDWebImage (iOS) v5.20.0

Optional items

IDP

  • Facebook SDK iOS v17.4.0
  • Google Sign-In SDK (iOS) v8.0.0
  • QQ (iOS) v3.5.16
  • VK (iOS) v1.6.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.2

Marketing tracking analytics

  • Airbridge(iOS) v4.1.1
  • Adjust(iOS) v5.0.1
  • Singular(iOS) v12.6.1
  • AppsFlyer(iOS) v6.15.3
  • FirebaseAnalytics(iOS) v11.6.0

Others

  • Google reCaptcha (iOS) v18.6.0


New features


Authentication

Billing

Marketing attribution

Chat

  • Newly supports the chat feature.

Matchmaking

※ This 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.


Changed features


Authentication

  • Removed deprecated Auth module classes, interfaces, methods, delegates, and listeners.
  • Applied a stronger security protocol using JWT tokens.
  • Removed TalkPlus authentication token methods due to the discontinuation of TalkPlus support.

Promotion

  • Collects login events so that rewards can be granted when a user who entered an invitation code installs the app.

Marketing attribution

  • Updated to support Adjust v5.
    • Removed the Adjust Signature library.
  • Changed to send advertising revenue sources as AdMob when aggregating Adiz advertising revenue with Adjust.
    • 6.14.2 → 6.15.2
    • Removed the Appsflyer ad-revenue library.

Others

  • Updated the Hercules library version.
    • iOS: 20241120


Fixed bugs


Billing

  • Fixed an error where an additional IAP_UPDATE event occurred when prompting in-app purchases using UserEngagement.


Developer guide changes

Development environment updates


iOS

  • Xcode 15.3 → 16.1
    • The update to the Xcode version raises the minimum iOS target to 13.
  • SDWebImage v5.19.7 → v5.20.0
  • Facebook v17.1.0 → v17.4.0
  • Google Sign-In v7.1.0 → v8.0.0
  • LINE v5.10.0 → v5.11.2
  • AirBridge v4.1.0 → v4.1.1
  • AppsFlyer v6.14.3 → v6.15.3
  • Adjust v4.38.4 → v5.0.1
  • Singular v12.5.0 → v12.6.1
  • Firebase v10.29.0 → v11.6.0


v4.24.5.0

Download


iOS
Download Hive SDK v4 Native iOS 24.5.0
Distribution date 2024-11-08

Developer environment


iOS

Required libraries

  • SDWebImage (iOS) v5.19.7

Optional libraries

IDP

  • Facebook SDK iOS v17.1.0
  • Google Sign-In SDK (iOS) v7.1.0
  • QQ (iOS) v3.5.16
  • VK (iOS) v1.6.4
  • WeChat (iOS) v2.0.4
  • LINE (iOS) v5.11.0

Marketing tracking analytics

  • Adjust(iOS) v4.38.4
  • AdjustSigSdk 3.20.1
  • Singular(iOS) v12.5.0
  • AppsFlyer(iOS) v6.15.3
  • FirebaseAnalytics(iOS) v10.29.0

Others

  • Google reCaptcha (iOS) v18.6.0

What's new


Authentication

Match making

  • Match making has been added to help players find others to play with.

Promotion

Changed features


Authentication

  • Changed the name of Provider exposed on conflict pop-ups.

Fixed bugs