MASTG-TEST-0249: Runtime Use of Secure Screen Lock Detection APIs
Overview¶
This test is the dynamic counterpart to References to APIs for Detecting Secure Screen Lock.
Steps¶
- Run a dynamic analysis tool like Frida for iOS and look for uses of
KeyguardManager.isDeviceSecure
andBiometricManager.canAuthenticate
APIs.
Observation¶
The output should contain a list of locations where relevant APIs are used.
Evaluation¶
The test fails if an app doesn't use any API to verify the secure screen lock presence.