Issue
When doing consecutive reads on iOS with biometric authentication (FaceID), an exception is thrown:
Unhandled Exception: PlatformException(SecurityError, Error while Error retrieving item. -25293: -25293: The user name or passphrase you entered is not correct., null, null)
Tested with version 4.1.2 and current main branch.
Issue When doing consecutive reads on iOS with biometric authentication (FaceID), an exception is thrown:
Unhandled Exception: PlatformException(SecurityError, Error while Error retrieving item. -25293: -25293: The user name or passphrase you entered is not correct., null, null)
Tested with version 4.1.2 and current main branch.Works without issues on Android.
Steps to reproduce When using the example, change the following line https://github.com/authpass/biometric_storage/blob/main/example/lib/main.dart#L250 to
Expected behaviour Consecutive reads should not fail. The authentication prompt should appear for each read.