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 & verfication 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