[0.2.4] - 2026-04-06
Android SDK version: 17.0.1
iOS SDK version: 6.14.2
Unity
Added
- Added
onTimeSpoofingcallback toThreatDetectedCallbackfor handling device time tampering. - Added
onLocationSpoofingcallback toThreatDetectedCallbackfor handling location spoofing (Android only). - Added
onUnsecureWiFicallback toThreatDetectedCallbackfor detecting connections to unsecured Wi-Fi networks (Android only). - Added
onMultiInstancecallback toThreatDetectedCallbackfor detecting if the application is running in multi-instancing environments (Android only). - Added
onAllChecksFinishedcallback toRASPStatusCallbackto notify when all security checks have been completed. - Added
onDevModeandonADBEnabledcallbacks toThreatDetectedCallback(Android only).
Changed
- Consolidated threat callbacks into a single interface for better consistency across platforms.
Android
Added
- Added support for 16 KB memory page sizes.
- Capability to detect if another app has
REQUEST_INSTALL_PACKAGESenabled. - Added matched permissions to
SuspiciousAppInfoobject for malware detection.
Changed
- Breaking Change: Upgraded freeRASP Android SDK from 15.1.0 to 17.0.1.
- Refactored internal architecture to use Coroutines for better threading management.
- Improved root and emulator detection (including ADB service running as root).
- Update of internal security libraries and dependencies.
Fixed
- Fixed ANR issues related to screen capture registration.
- Fixed Keystore-related crashes on Android 7.
- Fixed
DeadApplicationExceptionandTimeoutExceptionin various edge cases. - Resolved false positives in root and multi-instance detection.
- Fixed issue with late initializers and
TalsecModecoroutines scopes.
Removed
- Removed deprecated
Pbkdf2Nativefunctionality and related native libraries (libpbkdf2_native.so,libpolarssl.so).
iOS
Added
- Added
timeSpoofingdetection for identifying inaccurate device clocks. - Added
onAllChecksFinished()method toRaspExecutionState(notified after all security checks are completed).
Changed
- Breaking Change: Upgraded freeRASP iOS SDK from 6.12.1 to 6.14.2.
- Improved
timeSpoofingand jailbreak detection methods (v6.13.4, v6.14.1). - Updated internal dependencies.
Fixed
- Fixed jailbreak detection false positives on iOS 14 and 13 (v6.14.2)
Use the attached .xcframework in this release