Android & iOS
v4.24.3.0¶
Download¶
Unreal Engine 4 Android & iOS | |
---|---|
Download | Hive SDK v4 UE4 Android & iOS 24.3.0 |
Release date | 2024-09-30 |
Development Environment¶
Common Development Environment¶
- Hive SDK v4 UE5 Android & iOS 24.3.0
- Unreal Engine 5.4.4
Unreal Engine 4: Android¶
Gradle | Android Gradle Plugin | Kotlin Gradle Plugin |
---|---|---|
v7.5.0 | v7.4.2 | v1.8.0 |
- Hive SDK v4 UE4 Android & iOS 24.3.0
- Unreal Engine 4.27 Plus
- Commit Hash: efd8cf7bd1770ab68ec34f10bd2e33579c4307b2
- JDK 11
- Android Studio 4.1
- Android NDK r21
- Android SDK min version 24
- Android SDK target version 34
Unreal Engine 4: iOS¶
- Hive SDK v4 UE4 Android & iOS 24.3.0
- Unreal Engine 4.27 Plus
- Commit Hash: efd8cf7bd1770ab68ec34f10bd2e33579c4307b2
- Xcode 15.3+
- iOS Version 12.0+
- macOS Ventura 14+
Required¶
- Kotlin (Android) v1.8.0
- Kotlin Coroutine (Android) 1.4.3
- AndroidX (Android) v1.0.0+
- Constraint Layout (Android) v2.1.4
- Glide (Android) v4.13.0
- SDWebImage (iOS) v5.18.7
Optional¶
IDP¶
- Facebook SDK Android v17.0.0
- Facebook SDK iOS v17.0.2
- GooglePlay Services-Auth (Android) v20.7.0
- GooglePlay Services-Games v2 (Android) v20.1.2
- Google Sign-In SDK (iOS) v7.1.0
- QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
- QQ (iOS) v3.5.16
- VK (Android) v3.5.1
- VK (iOS) v1.6.4
- WeChat (Android) v6.8.0
- WeChat (iOS) v2.0.4
- LINE (Android) v5.10.0
- LINE (iOS) v5.11.0
- Huawei (Android) v6.12.0.300
IAP¶
- Google Billing Library (Android) v7.0.0
- OneStore (Android) v21.01.00
- WeChat (Android) v6.8.0
- Amazon (Android) v3.0.4
- Huawei (Android) v6.13.0.300
PUSH¶
- Amazon (Android) v1.0.1
- FCM(FirebaseCloudMessaging) (Android) v23.2.1
MARKETING TRACKING ANALYTICS¶
- Adjust(Android) v4.38.5
- Adjust(iOS) v4.38.4
- Singular(Android) v12.5.4
- Singular(iOS) v12.4.1
- AppsFlyer(Android) v6.13.0
- AppsFlyer(iOS) v6.14.3
- FirebaseAnalytics(Android) v21.5.0
- FirebaseAnalytics(iOS) v10.22.0
Others¶
- GooglePlay Services-Review (Android) v2.1.0
- GooglePlay Services-AppUpdate (Android) v2.1.0
- Google reCaptcha (Android) v18.4.0
- Google reCaptcha (iOS) v18.3.0
- YoutubeAndroidWebPlayerApi (Android) v1.0.1
What's new¶
Unreal Engine¶
- All [Plugin] Provides Unreal Engine-specific interfaces.
- Compatible with existing C++ interfaces.
- All Provides sample code supporting the new Unreal Engine-specific interfaces.
- All Supports Unreal Engine 5.4.
Provisioning¶
- All Adds the ability to check if the legal guardian consent has been obtained on the terms and conditions screen.
- You can check this by checking the return value of the
getLegalGuardianConsentAgree
method of the Configuration class.
Changed Features¶
Authentication¶
- All Changes the logout behavior.
- Existing: When calling
signOut
, the Hive SDK logs out the user account When the guest calls the signOut API, the server responds with a failure - Changed: When calling
signOut
, the Hive SDK asks the Hive server to check if the user account can be logged out, and then logs out based on the response.
- Existing: When calling
- All Guest account logout no longer returns a success response, but an error code. The Hive SDK and Hive server maintain the guest account session.
- All Suspended accounts are automatically logged out of the IdP, so that they can log in with a different account on the same IdP. This only applies when auto-login is not possible.
- All When performing IdP linkage with the
AuthV4.connect
method, Change to perform logout when switching to a suspended account. - All Change the device management service to automatically apply international phone country codes according to the device access region.
- iOS Change to allow Facebook login even if consent to App Tracking Transparency (ATT) is rejected.
Promotion¶
- All Modify the value sent to
additionalInfo so that unnecessary information is not included. - All Change it so that the full-banner can be displayed in a 2:3 or 3:2 ratio.
- All Change the text "Don't show for 1 day" in the full-banner to "Don't show today."
Marketing Attribution¶
- All Adjust Signature Change version from v1 to v3.
Bugs Fixed¶
Hive SDK Common¶
- Android Fixes an error that failed to secure memory by modifying the resource reference logic.
- iOS Fixes an error that intermittently crashes when checking whether to consent to App Tracking Transparency (ATT) on iOS 14 devices.
- iOS Fixes an error that crashes when selecting Restrict Access (Allow access to only some photos) in the Photo Album.
Notification¶
- Android Local push notification fixes the error where push messages are not displayed properly when
type
is set to not be supported. - iOS Fixes to send app version information.
Development environment update¶
Android¶
- Google Play Billing Library 6.1 → 7.0
- Google Play Service Games 20.0.0 → 20.1.2
- Adjust 4.38.5 → 4.38.2
iOS¶
- Facebook SDK 16.2.1 → 17.0.2
- Adjust 4.38.0 → 4.38.4
v4.24.1.3¶
Download¶
Unreal Engine 4 Android & ios | |
---|---|
Download | Hive SDK v4 UE4 Android & ios 24.1.3 |
Release date | 2024-07-25 |
Development Environment¶
Unreal Engine 4: Android¶
Gradle | Android Gradle Plugin | Kotlin Gradle Plugin |
---|---|---|
v7.5.0 | v7.4.2 | v1.8.0 |
- Unreal Engine 4.27 Plus
- Commit Hash: 0db0b74ff0822a57a5ce49a4cd10c8672fc57a4b
- JDK 8
- AndroidStudio 4.1
- Android NDK r25
- Android SDK min version 21
- Android SDK target version 34
Unreal Engine 4: iOS¶
- Unreal Engine 4.27 Plus
- Commit Hash: 0db0b74ff0822a57a5ce49a4cd10c8672fc57a4b
- Xcode 15.1+
- iOS Version 12.0+
- macOS Ventura 14+
Required¶
- Kotlin (Android) v1.8.0
- Kotlin Coroutine (Android) 1.4.3
- AndroidX (Android) v1.0.0+
- Constraint Layout (Android) v2.1.4
- Glide (Android) v4.13.0
- SDWebImage (iOS) v5.18.7
Optional¶
IDP¶
- Facebook SDK Android v17.0.0
- Facebook SDK iOS v16.2.1
- GooglePlay Services-Auth (Android) v20.7.0
- GooglePlay Services-Games v2 (Android) v20.0.0
- Google Sign-In SDK (iOS) v7.1.0
- QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
- QQ (iOS) v3.5.16
- VK (Android) v3.5.1
- VK (iOS) v1.6.4
- WeChat (Android) v6.8.0
- WeChat (iOS) v2.0.4
- LINE (Android) v5.10.0
- LINE (iOS) v5.11.0
- Huawei (Android) v6.12.0.300
IAP¶
- Google Billing Library (Android) v6.0.1
- OneStore (Android) v21.01.00
- WeChat (Android) v6.8.0
- Amazon (Android) v3.0.4
- Huawei (Android) v6.13.0.300
PUSH¶
- Amazon (Android) v1.0.1
- FCM(FirebaseCloudMessaging) (Android) v23.2.1
MARKETING TRACKING ANALYTICS¶
- Adjust(Android) v4.38.2
- Adjust(iOS) v4.38.0
- Singular(Android) v12.5.4
- Singular(iOS) v12.4.1
- AppsFlyer(Android) v6.13.0
- AppsFlyer(iOS) v6.14.3
- FirebaseAnalytics(Android) v21.5.0
- FirebaseAnalytics(iOS) v10.22.0
Others¶
- GooglePlay Services-Review (Android) v2.1.0
- GooglePlay Services-AppUpdate (Android) v2.1.0
- Google reCaptcha (Android) v18.4.0
- Google reCaptcha (iOS) v18.3.0
- YoutubeAndroidWebPlayerApi (Android) v1.0.1
Changed Features¶
Authentication¶
- All When registering a mobile device while using the device management service, the international dialing code will be automatically applied based on the device's connection region instead of using
+82`.
v4.24.1.2 (2024-07-01)¶
Download¶
Unreal Engine 4 Android & ios | |
---|---|
Download | Hive SDK v4 UE4 Android & ios 24.1.2 |
Release date | 2024-06-27 |
Development Environment¶
Unreal Engine 4: Android¶
Gradle | Android Gradle Plugin | Kotlin Gradle Plugin |
---|---|---|
v7.5.0 | v7.4.2 | v1.8.0 |
- Unreal Engine 4.27 Plus
- Commit Hash: 0db0b74ff0822a57a5ce49a4cd10c8672fc57a4b
- JDK 8
- AndroidStudio 4.1
- Android NDK r25
- Android SDK min version 21
- Android SDK target version 34
Unreal Engine 4: iOS¶
- Unreal Engine 4.27 Plus
- Commit Hash: 0db0b74ff0822a57a5ce49a4cd10c8672fc57a4b
- Xcode 15.1+
- iOS Version 12.0+
- macOS Ventura 14+
Required¶
- Kotlin (Android) v1.8.0
- Kotlin Coroutine (Android) 1.4.3
- AndroidX (Android) v1.0.0+
- Constraint Layout (Android) v2.1.4
- Glide (Android) v4.13.0
- SDWebImage (iOS) v5.18.7
Optional¶
IDP¶
- Facebook SDK Android v17.0.0
- Facebook SDK iOS v16.2.1
- GooglePlay Services-Auth (Android) v20.7.0
- GooglePlay Services-Games v2 (Android) v20.0.0
- Google Sign-In SDK (iOS) v7.1.0
- QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
- QQ (iOS) v3.5.16
- VK (Android) v3.5.1
- VK (iOS) v1.6.4
- WeChat (Android) v6.8.0
- WeChat (iOS) v2.0.4
- LINE (Android) v5.10.0
- LINE (iOS) v5.11.0
- Huawei (Android) v6.12.0.300
IAP¶
- Google Billing Library (Android) v6.0.1
- OneStore (Android) v21.01.00
- WeChat (Android) v6.8.0
- Amazon (Android) v3.0.4
- Huawei (Android) v6.13.0.300
PUSH¶
- Amazon (Android) v1.0.1
- FCM(FirebaseCloudMessaging) (Android) v23.2.1
MARKETING TRACKING ANALYTICS¶
- Adjust(Android) v4.38.2
- Adjust(iOS) v4.38.0
- Singular(Android) v12.5.4
- Singular(iOS) v12.4.1
- AppsFlyer(Android) v6.13.0
- AppsFlyer(iOS) v6.14.3
- FirebaseAnalytics(Android) v21.5.0
- FirebaseAnalytics(iOS) v10.22.0
Others¶
- GooglePlay Services-Review (Android) v2.1.0
- GooglePlay Services-AppUpdate (Android) v2.1.0
- Google reCaptcha (Android) v18.4.0
- Google reCaptcha (iOS) v18.3.0
- YoutubeAndroidWebPlayerApi (Android) v1.0.1
Fixed Bugs¶
Authentication¶
- Android Fixed an issue where no appropriate response callback was provided when canceling 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 Fixed an issue where keyboard input was not possible on low-resolution devices.
v4.24.1.0 (2024-06-07)¶
What’s New¶
N/A
Changed Feature¶
Analytics¶
- iOS Changed to determine whether or not to display the consent banner based on whether the device consents to tracking.
- If you refuse consent to tracking, the consent banner will not be displayed.
Development Environment Updates¶
iOS¶
- Updated external libraries in response to the Apple Privacy Manifest policy.
- AppsFlyer(iOS) v6.13.1 → v6.14.3
- QQ (iOS) v3.5.14 → v3.5.16
- Downgraded Facebook SDK.
- Facebook SDK v17.0.0 → v16.2.1
Fixed Bugs¶
Billing¶
- iOS Fixed an issue where updating from a Hive SDK version lower than v4 24.0.0 (e.g., v4 23.4.0) to v4 24.0.0 caused an error that prevented product search.
v4.24.0.0 (2024-04-30)
¶Development Environment¶
Unreal Engine 4: Android¶
Gradle | Android Gradle Plugin | Kotlin Gradle Plugin |
---|---|---|
v7.5.0 | v7.4.2 | v1.8.0 |
- Unreal Engine 4.27 Plus
- commit hash: 0db0b74ff0822a57a5ce49a4cd10c8672fc57a4b
- JDK 8
- AndroidStudio 4.1
- Android NDK r21
- Android SDK min version 21
- Android SDK target version 34
Unreal Engine 4: iOS¶
- Unreal Engine 4.27 Plus
- commit hash: 0db0b74ff0822a57a5ce49a4cd10c8672fc57a4b
- Xcode 15.1+
- iOS Version 12.0+
- macOS Ventura 14+
Required¶
- Kotlin (Android) v1.8.0
- Kotlin Coroutine (Android) 1.4.3
- AndroidX (Android) v1.0.0+
- Constraint Layout (Android) v2.1.4
- Glide (Android) v4.13.0
- SDWebImage (iOS) v5.18.3
Optional¶
IDP¶
- Facebook SDK Android v17.0.0
- Facebook SDK iOS v17.0.0
- GooglePlay Services-Auth (Android) v20.7.0
- GooglePlay Services-Games v2 (Android) v20.0.0
- Google Sign-In SDK (iOS) v7.1.0
- QQ (Android) v3.5.14 (3.5.14.3_rc26220c)
- QQ (iOS) v3.5.14
- VK (Android) v3.5.1
- VK (iOS) v1.6.4
- WeChat (Android) v6.8.0
- WeChat (iOS) v2.0.4
- LINE (Android) v5.10.0
- LINE (iOS) v5.11.0
- Huawei (Android) v6.12.0.300
IAP¶
- Google Billing Library (Android) v6.0.1
- OneStore (Android) v21.01.00
- WeChat (Android) v6.8.0
- Amazon (Android) v3.0.4
- Huawei (Android) v6.13.0.300
PUSH¶
- Amazon (Android) v1.0.1
- FCM(FirebaseCloudMessaging) (Android) v23.2.1
MARKETING TRACKING ANALYTICS¶
- Adjust(Android) v4.38.2
- Adjust(iOS) v4.38.0
- Singular(Android) v12.5.4
- Singular(iOS) v12.4.1
- AppsFlyer(Android) v6.13.0
- AppsFlyer(iOS) v6.13.1
- FirebaseAnalytics(Android) v21.5.0
- FirebaseAnalytics(iOS) v10.22.0
Others¶
- GooglePlay Services-Review (Android) v2.1.0
- GooglePlay Services-AppUpdate (Android) v2.1.0
- Google reCaptcha (Android) v18.4.0
- Google reCaptcha (iOS) v18.3.0
- YoutubeAndroidWebPlayerApi (Android) v1.0.1
What’s New¶
Promotion¶
- Android Support Custom tab using the default browser set on the device to display external pages. You can expose In-App Browser with the
showInAppBrowser
method of thePlatformHelper
class. - iOS Support SafariViewController using a browser to expose external pages. You can expose In-App Browser with the
showInAppBrowser
method of thePlatformHelper
class.
Billing¶
- iOS If there is discount information for the first subscription, it will be sent along with the product information inquiry. When using
getProductInfo
, you can check discount information by the difference between theoriginal_price
field value and theprice
field value in the list ofIAPV4Product
objects received as a callback.
Changed Feature¶
Hive SDK Common¶
- iOS Additional use of
CFBundleShortVersionString
to differentiate app versions
Billing¶
- All The PG payment type phrase displayed in the refund user repayment UI has been changed from "HiveStore" to "PG payment".
- Android Change the PG payment page to be exposed in the in-app web view rather than the in-app browser. Supports PG payments even on devices that do not support the in-app browser environment.
Analytics¶
- Android Change the default advertising identifier collection setting in the Firebase event collection function to
true
.
Development Environment Updates¶
Unreal Engine 4¶
- Unreal Engine 4.27 Plus
- Commit Hash: 0db0b74ff0822a57a5ce49a4cd10c8672fc57a4b
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
Changes to developer guide¶
- Description of
displayOriginalPrice
has been changed. - The description of Note at the bottom of
displayPrice
has been changed. - Applying Features Selectively (Android, iOS) section images have been changed and a Note has been added to the bottom.