-
Notifications
You must be signed in to change notification settings - Fork 42
Biometrics unlock does not work on Vision Pro #1062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you for your work on this. Hoping to get a resolution soon as this is been outstanding for about 2 months and the current authentication process is very cumbersome without OpticID. |
It would be awesome to have optic id support released. It is very inconvenient to use a pin for every password fill in, especially when it doesn’t always work from the first try. Thanks a lot in advance! |
The OpticID support PR has been merged in, and should be released in the next release or two. |
Awesome, thanks!
…________________________________
From: Katherine Bertelsen ***@***.***>
Sent: Tuesday, February 18, 2025 1:38:17 PM
To: bitwarden/ios ***@***.***>
Cc: drichfsu ***@***.***>; Manual ***@***.***>
Subject: Re: [bitwarden/ios] Biometrics unlock does not work on Vision Pro (Issue #1062)
The OpticID support PR has been merged in, and should be released in the next release or two.
—
Reply to this email directly, view it on GitHub<#1062 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF25XHMILOTGJB5P75SXAA32QN4ZTAVCNFSM6AAAAABQIYT4EKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRWGU3TIMJZGE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
[KatherineInCode]KatherineInCode left a comment (bitwarden/ios#1062)<#1062 (comment)>
The OpticID support PR has been merged in, and should be released in the next release or two.
—
Reply to this email directly, view it on GitHub<#1062 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF25XHMILOTGJB5P75SXAA32QN4ZTAVCNFSM6AAAAABQIYT4EKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRWGU3TIMJZGE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Bitwarden Beta
Steps To Reproduce
Using the iPad app on Apple Vision Pro:
Expected Result
"Unlock with Face ID" (or other biometric option) available.
Actual Result
No biometric option for unlocking.
Screenshots or Videos
No response
Additional Context
This worked as expected (Optic ID working as Face ID) in earlier .NET versions of the app.
I believe the issue is here, since visionOS returns
.opticID
as biometry type:ios/BitwardenShared/Core/Auth/Services/Biometrics/BiometricsService.swift
Lines 88 to 90 in 59f4f6c
Furthermore, the return value for the case of
@unknown default
means that any future biometry types will have the same issue:ios/BitwardenShared/Core/Auth/Services/Biometrics/BiometricsService.swift
Lines 95 to 96 in 59f4f6c
Build Version
2024.9.2
Environment Details
Issue Tracking Info
The text was updated successfully, but these errors were encountered: