authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
183 stars 107 forks source link

iOS Biometrics is not triggered on new biometric enrolment #109

Open suriyaKalidoss21 opened 9 months ago

suriyaKalidoss21 commented 9 months ago

Steps to reproduce: 1.Run the biometric github sample. 2.In IPhone Biometric (face id ) is not enrolled initially . 2.Open device settings and enable the face id. 3.Then hit the storageFile .write('); to trigger the biometrics.

Expected: it should trigger the biometric face id capture

Output: Biometrics is not triggered on the first time after the new Biometric enrollement. when i hit the storageFile .write('); again biometrics is working fine..

Any solution or workaround for this issue @luckyrat @hpoul . Let me know any other details required.

Replicable in biometric_storage:5.0.1.