NOTICE: 1.11.0.0 is currently deprecated, and 1.11.2.0 is released to fix issue found in 1.11.0.0


What’s New

  • Support Xcode Framework.

    • You can find new guide document for Xcode Framework when you download Xcode SDK.

  • Support ARM64 Simulator (only with Xcode Framework)

  • Support Azure, Bitrise, Circle CI pipeline integration

  • Support automatic hermes replacement & verfication in React Native app

    • You don’t have to change hermes file manually from this version.

Improvement

  • Improved app launching delay.

  • Improved report transmission process to be done in thread.

  • APIs have been changed to asynchronous. Please replace your codes which using legacy APIs. You can find the updated usage in Code Sample.txt file of SDK also.

    • Legacy APIs (1):

      _IsAbnormalEnvironmentDetected, ObjC_IsAbnormalEnvironmentDetected
      => New API (1):

      _IsAbnormalEnvironmentDetectedAsync

    • Legacy APIs (2):

      _GetEncryptedCredential, ObjC_GetEncryptedCredential
      => New API (2):

      _GetEncryptedCredentialAsync

Fixes

  • Fixed issues reported in 1.10.0.0 ~ 1.10.1.0 versions

    • Fix some crashes within anti-swizzling routine due to dynamically removed methods

    • Fixed certificate re-signed false positive error

    • Blacklist/whitelist update function via OTA has been disabled which caused crash in some environments

Support version of OS

  • macOS 14 or newer

  • XCode 15.0 or newer

  • React Native version 0.71.0 ~ 0.78.0