I am creating a React app and am using Webauthn to use device biometrics for authentication.
My implementation works perfectly in Chrome however I get an alert saying 'The operation can't be completed' on Safari or any iOS device.
The error disappears when I set my attestation to 'none' however I need to use direct attestation for this app.
Has anyone experienced this issue before and managed to resolve it?
Thank you