iOS App Security 1.11.0.0
Note: version 1.11.0.0 has been removed from the service.
What’s New
Section titled “What’s New”-
Supports the Xcode Framework.
- Download the Xcode SDK to get the guide document for the Xcode Framework.
-
Supports the ARM64 simulator (Xcode Framework only).
-
Supports integrated build and deployment with the Azure, Bitrise, and Circle CI pipelines.
-
Replaces and verifies the hermes file automatically in React Native apps.
- From this version on, you no longer need to replace your project’s hermes file yourself.
Improvement
Section titled “Improvement”-
Reduced the initial delay when the app starts.
-
Moved report transmission onto a thread.
-
Changed the main APIs to asynchronous. Replace the parts of your code that call the old APIs. The updated code is also in the
Code Samples.txtfile included with the SDK.-
Old API (1):
`_IsAbnormalEnvironmentDetected`, `ObjC_IsAbnormalEnvironmentDetected`\\=> New API (1):`_IsAbnormalEnvironmentDetectedAsync` -
Old API (2):
`_GetEncryptedCredential`, `ObjC_GetEncryptedCredential`\\=> New API (2):`_GetEncryptedCredentialAsync`
-
-
Fixed the problems reported in versions 1.10.0.0 to 1.10.1.0.
-
Fixed a crash in the anti-swizzling logic caused by methods being removed dynamically while the app was running.
-
Fixed a certificate verification error (App is re-signed) being raised incorrectly for a normal app.
-
Disabled the OTA blacklist/whitelist update feature, which caused some crashes.
-
Support version of OS
Section titled “Support version of OS”-
macOS 14 or later
-
Xcode 15.0 or later
-
React Native 0.71.0 to 0.78.0