# 1.5.2.0

Release Date: 2023-07-28

Status: Deprecated

Important! 1.5.0.0 version is removed from service, and 1.5.2.0 is released to fix critcal issue where app is closing only after AppStore published. Below release note includes 1.5.0.0 updates.

# What's New

# Over-the-air update for AppStore verification
  • Security module checks the AppStore certificate information. If the certificate information is expired, then the security module download new certificate information via Over-the-air updates. But if the certificate information was manipulated, app will be closed.
  • Old version SDKs is not comply with new AppStore certificate expiring on 22nd July 2023, so newly updated app must replace the libraries and generate_hash script to 1.5.2.0 version.
# Supports React Native 0.71.x
  • 0.72.x version will be supported in next update.

# Improvements

# Performance of security logic
  • Reduced the memory usage of AppSealing SDK
# Changed GUI Sample code
  • Code samples.txt file is added under /Documents/ path at the downloaded SDK archive.

# Fixes

  • Fixed an issue where the certain IPA`s integrity information was not properly created by generate_hash.
  • Fixed an issue where certain IPA could not access the generate_hash properly.
  • Fixed an issue where the IPA`s integrity check failed when the IPA contains multiple Assets.car files.
  • Fixed an issue where the sqlite3_free_table crash increased in crash analytics.

# Deprecation

Version 1.3.4.0 and 1.4.0.0, 1.5.0.0 is removed from service

  • Legacy versions are removed from service which do not comply with new Appstore certificate. Please replace your SDK to 1.5.0.0 version if you were using version 1.3.4.0 and 1.4.0.0, 1.5.0.0.
Last Updated: 9/19/2024, 6:47:13 AM