Skip to content

7.1.0

Choose a tag to compare

@tompsota tompsota released this 22 May 13:06
· 15 commits to master since this release
18cca72

[7.1.0] - 2025-05-19

  • iOS SDK version: 6.11.0
  • Android SDK version: 15.1.0

Flutter

Added

  • Added interface for screenshot / screen recording blocking on iOS
  • Added interface for external ID storage

Android

Added

  • Added externalId to put an integrator-specified custom identifier into the logs.
  • Added eventId to the logs, which is unique per each log. It allows traceability of the same log across various systems.

Changed

  • New root detection checks added

iOS

Added

  • Added externalId to put an integrator-specified custom identifier into the logs.
  • Added eventId to the logs, which is unique per each log. It allows traceability of the same log across various systems.
  • Screen capture protection obscuring app content in screenshots and screen recordings preventing unauthorized content capture. Refer to the freeRASP integration documentation.

Fixed

  • Issue with the screen recording detection.
  • Issue that prevented Xcode tests from running correctly.
  • Issue that caused compilation errors due to unknown references.