-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Describe the bug
The appIntegrity feature has stopped working on Android. It was functioning correctly as of 10 days ago with the current version 3.11.0. No code changes were made to the integrity logic during this period.
In our React Native app, we’ve integrated three FreeRASP features: privilegedAccess, simulator, and appIntegrity. In v3.11.0, the appIntegrity feature has stopped working on Android. The other two features—privilegedAccess and simulator—continue to function as expected.
To Reproduce
Build and sign the app normally.
Decompile the APK using standard tools.
Modify and re-sign the APK with a different key.
Install the tampered APK on a device.
Launch the app and observe that no appIntegrity alert or popup is triggered.
Expected behavior
App should show a popup at the time of launching as its working for privilegedAccess and simulator
Screenshots
App should show app intergrity popup like it is detected simulator one. Attached screenshot below.
Please complete the following information:
- Device: All android devices
- OS version: andorid 10 and above
- Version of freeRASP: v"3.11.0"
Additional context
This behavior was not present in the previous version (tested ~10 days ago).
No changes were made to the configuration or callback logic.
Please check and let us know any changes has done from freeRasp side.