# 1.9.0.0

Release Date: 2024-04-22

Status: Deprecated

# What's New

  • In this version, jailbreak detection logic is more powerful. Method swizzling, which can be used to change methods dynamically in malicious purposes, is also detected.
  • If your project is automatically built by Xcode Cloud, you can add a step to apply AppSealing as a part of automation.
  • React Native 0.74.0 ~ 0.74.2 versions are now supported.

# Limitations / Side Effects

  • If an app uses one or more swizzled methods on purpose, anti-swizzling logic in AppSealing might kill the app. Before sealing the app, please make sure that all the swizzled methods are removed.

# Supported OS version

  • macOS 11 or newer
  • XCode 12.5.1 or newer
  • React Native version 0.64.0 ~ 0.74.2
Last Updated: 9/19/2024, 6:47:13 AM