All Questions
3 questions
1
vote
3
answers
271
views
How to find out whether the user dismiss the credential action sheet or there is no credentials
I want to implement passkey in my app. I am wondering if there is a robust way to distinguish between these two situations:
the user cancels the action sheet (ASAuthorizationController)
there are no ...
2
votes
2
answers
640
views
Integrating Passkeys signCount 0
I'm trying to implement passkey into my app. I am wondering if ASAuthorizationPublicKeyCredentialAssertion.rawAuthenticatorData supports signCount. It seems the value is always 0.
Thank you!
11
votes
6
answers
9k
views
How to implement Passkeys
I'm trying to learn more about Apple Passkeys. I use firebase as a backend and it seems like actually integrating it in my site is a hassle without having a custom backend…
Are there any solutions for ...