Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Fix

Compare
Choose a tag to compare
@wswebcreation wswebcreation released this 13 Nov 12:05

This release changes the usage of the biometrics login from the keystore to the insecure-store so Touch/FaceID can also be mocked by Sauce Labs. The reason for this is explained below

NOTE:
The implementation of Touch/FaceID in this application supports the user’s biometrics based on the insecure store of the device. It is not using the keystore which normally should be used when implementing Touch/FaceID and secure login.
The reason for this is that Sauce Labs is not mocking the keystore on a real device for supporting Touch/FaceID due to security reasons.

Testing Touch/FaceID which is using the keystore on our real devices is therefore not supported.