Skip to content

6.12.0

Choose a tag to compare

@yardexx yardexx released this 24 Feb 08:20
· 17 commits to master since this release
4cb03c9

[6.12.0] - 2025-02-18

  • iOS SDK version: 6.8.0
  • Android SDK version: 14.0.1

Flutter

Added

  • blockScreenCapture method to block/unblock screen capture
  • isScreenCaptureBlocked method to get the current screen capture blocking status
  • New callbacks:
    • screenshot: Detects when a screenshot is taken
    • screenRecording: Detects when screen recording is active

Changed

  • Raised Android CompileSDK level to 35
  • Monitoring is now disabled by default

Android

Added

  • Passive and active screenshot/screen recording protection

Changed

  • Improved root detection

Fixed

  • Proguard rules to address warnings from okhttp dependency

iOS

Added

  • Passive Screenshot/Screen Recording detection