I am busy implementing passkeys however I am encountering a difficulty with the autofill function.
Based on the WWDC video (https://developer.apple.com/movies/play/wwdc2022/10092/ at round 14:30), when the person faucets the “key icon” within the fast sort bar, the person is offered with a immediate to decide on a passkey or password to login, and (crucial!) additionally the power to “Use Passkey from a Close by Machine…”.
Right modal that I wish to present
Nevertheless, my app (and most others) solely provides the person the power to decide on a password.
Incorrect modal that at present will get proven
How can I get my app to point out the primary modal (that features passkeys)?
- Related domains is appropriately setup
- The right
textContentType
is ready on each the username and password fields - ASAuthorisation is appropriately carried out as per the WWDC video
- I’ve tried
performRequests()
in addition toperformAutoFillAssistedRequests()
, did not make a distinction - I’ve tried eradicating the password subject, and solely displaying the username subject – no distinction
- Examined on iOS 16.3 and 16.4 – no distinction