freeRASP 4.0.0
What's new?
Android devices now support device state listeners. What's more, we unified remaining Android and iOS interfaces for more convenient developer's experience.
Android & iOS
- ❗ BREAKING API CHANGE: Renamed
device binding
todeviceBinding
to align it with the camelCase convention. This makes the case consistent with our other checks.
Android
- 🆕 Android now has support for device state callbacks:
- 📲
Secure Hardware Not Available
: fires when hardware-backed KeyStore is not available - 📲
Passcode
: fires when freeRASP detects that device is not secured with any type of lock
- 📲
iOS
- ❗ BREAKING API CHANGE: Renamed
Missing Secure Enclave
toSecure Hardware Not Available
to match the newly added Android callback. The functionality remains unchanged. - ❗️
PasscodeChange
check has been deprecated
Other improvements
- 📄 Documentation updates and improvements