HIVE SDK v4.12.1 Released

  Shortcut

Release Notes

  • Version: v4.12.1
  • Date: 2019-Aug-21
New Features
  • All
    • [Promotion] Exposed full banner as image view type, not as web view type.
Changed Features
  • All
    • [AuthV1/AuthV4/SocialFacebook] Updated the version of Facebook SDK in use in accordance with the Facebook Privacy policy.
      • Used version: [Android] v4.39.0, [iOS] v4.39.1
      • Updated version: [Android] v5.0.1, [iOS] v5.0.1
    • [Promotion] Changed to send download data directly to Promotion server.
    • [Auth v1/Auth v4] Supported on/off feature to activate access permission notice.
      • Set the default by using hivePermissionViewOn tag added to hive_config.xml file.
      • Available to change the settings in the middle of runtime by using setHivePermissionViewOn() method in the Configuration class.
    • [Common/Plugin/Unity] Prevented errors by upgrading the way to load HIVE Config file.
      • If you activate Auto Validation function on HIVE Config Inspector of Unity, alarm notifies when hive_config.xml file has errors.
    • [Analytics] Changed to measure the data-sending time based on the provisioning server, not the local time on devices.
    • [Analytics] Changed the category name used for remote logging.
    • [AuthV4Helper] Changed the button color and messages on account conflicts popup.
  • Android
    • [Common] Changed to display permission notice on Android Q devices.
    • [Common] Upgraded the function to search Android emulator.
      • Irregular network is added to search conditions.
      • The unknown type such as Memu, Momo and LDPlayer are detected as irregular network.
  • iOS
    • [Common] Changed to expose HIVE dialog as full screen on iOS 13.
Bug Fixes
  • Android
    • [Push] Fixed an error that exposes Normal style even Inbox or BigText is set when sending local pushes.
      • Occurred with HIVE SDK v4.0.0 and later.
    • [Push] Fixed not to expose the key value of Google API used for generating push token.
      • Occurred with HIVE SDK v4.8.3 and later which changed to FCM.
    • [Promotion] Fixed not to display empty button on exit popup when COPPA is activated.
      • Occurred with HIVE SDK v4.11.7 and later.
    • [Common] Fixed not to crash when changing resource name of application to ProGuard for buidling APK file.
      • Occurred with HIVE SDK v4.11.7 and later.
    • [Auth v1/Auth v4/Plugin] Fixed permissions not to include common items from the result of requestPremissionVeiwData API.
      • Occurred with HIVE SDK v4.11.7 and later.
    • [Promotion] Fixed not to crash irregularly when closing video clips on promotion page.
      • Occurred with HIVE SDK v4.7.0 and later.
    • [Auth v4/ProviderFacebook] Fixed an error that error code of Result API sends the value of SocialFacebook class when Facebook login is cancelled.
  • iOS
    • [IAP v4] Changed to send the receipts of items which is currently managed by HIVE IAP server when calling restore API.
      • Occurred with HIVE SDK v4.11.6 and later.
    • [IAP v4] Fixed not to crash irregularly when sending purchase logs.
      • Occurred with HIVE SDK v4.5.0 and later.