-
Can anyone share some hint on how to get the touch id sensor serial?
Tried mobilegestalt touch-id but it only gives me true/false value.
-
How to know that is this device have touch id or not please let me know
Thanks
Bikee Bihari
-
-
use touch id to remember user credentials and login with the fingerprint reader.
i will try and design a proper flow -- maybe the most basic is to add a toggle in settings to use touch id and ask t…
-
Hi,
The TouchID bypass-bug is back again.
I have iOS 9.0.2 (although I think th bug appeared in 9.0.1 as well) and Minikeepass 1.6.2.
Pin code is active (4-digit), TouchID is activated. Lock timeout …
-
I am using an iPhone SE 2020 on iOS 14.6. The following apps do not require TouchID: Dashlane, Microsoft and Discord. Coinbase, GitHub, Amazon and Tutanota all perform as expected and require TouchID…
-
Hi guys, I got this weird issue. Seems that if I call
```
do {
try Keychain(service: "XXX").removeAll()
} catch let error {
Manager.log.error("Failed to remove all keychains with error: …
-
Using this plugin i can check supporting and authentication but whether user enrolled touchid or not . How can we check it
-
__What would you like Teleport to do?__
Combine `tsh fido2 diag`, `tsh touchid diag` and `tsh webauthnwin diag` in a single `tsh webauthn diag` command. This should make diagnostics both simpler an…
-
When Touch ID fails (wrong fingerprint) the passcode option does not appear. The text only shakes and shows the 'Cancel' button.
I Imported the module:
```
import { TouchID } from '@ionic-nati…