iOS Release Notes
1.11.0.0
Section titled “1.11.0.0”Release Date: 2025-6-13
Status: Released
What’s New
Section titled “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 & verification in React Native app: You don’t have to change hermes file manually from this version.
Improvement
Section titled “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
- Legacy APIs (1):
- 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
1.10.1.0
Section titled “1.10.1.0”Release Date: 2024/10/25
Status: Released
Bug Fixes
Section titled “Bug Fixes”- Fixed compatibility issues with iOS 17.x
- Resolved SDK integration issues for certain frameworks
- Fixed memory leak in specific scenarios
Improvements
Section titled “Improvements”- Optimized performance for large applications
- Enhanced error reporting and diagnostics
1.10.0.0
Section titled “1.10.0.0”Release Date: 2024/09/15
Status: Released
Major Features
Section titled “Major Features”- Complete rewrite of core security engine
- Enhanced support for React Native 0.70+
- Improved Unity integration capabilities
- Added support for Xamarin.iOS latest versions
Security Enhancements
Section titled “Security Enhancements”- New anti-debugging mechanisms
- Enhanced runtime application self-protection (RASP)
- Improved detection of security threats
Framework Support
Section titled “Framework Support”- Full support for iOS 17
- Enhanced Cordova/Ionic integration
- Improved Unreal Engine 5 compatibility