Skip to content

freeRASP 3.14.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 14:02
· 10 commits to master since this release
01a55ca
  • iOS SDK version: 6.8.0
  • Android SDK version: 14.0.1

React Native

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

Fixed

  • Compatibility issues with RN New Architecture
  • Added proguard rules for malware data serialization in release mode on Android

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