Skip to content

iOS Release Notes

Release Date: 2025-6-13
Status: Released

  • 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 & verification in React Native app: You don’t have to change hermes file manually from this version.
  • 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
  • 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

Release Date: 2024/10/25
Status: Released

  • Fixed compatibility issues with iOS 17.x
  • Resolved SDK integration issues for certain frameworks
  • Fixed memory leak in specific scenarios
  • Optimized performance for large applications
  • Enhanced error reporting and diagnostics

Release Date: 2024/09/15
Status: Released

  • Complete rewrite of core security engine
  • Enhanced support for React Native 0.70+
  • Improved Unity integration capabilities
  • Added support for Xamarin.iOS latest versions
  • New anti-debugging mechanisms
  • Enhanced runtime application self-protection (RASP)
  • Improved detection of security threats
  • Full support for iOS 17
  • Enhanced Cordova/Ionic integration
  • Improved Unreal Engine 5 compatibility