Posts

Post marked as solved
5 Replies
0 Views
Am able to get it to work all as expected on my end using remote notifications, I'm sure it already is, but ensure the setting Time-Sensitive Notifications are enabled in your intended Focus? { "aps": { "alert": "This is an active notification.", "interruption-level": "time-sensitive" } }
Post not yet marked as solved
2 Replies
0 Views
Thanks for the feedback. Unfortunately the result still persists when setting the value as direct. Using the Platform authenticator with FaceID. Could I be missing a separate configuration here?  Device Model: iPhone 12 mini       let platformProvider = ASAuthorizationPlatformPublicKeyCredentialProvider(relyingPartyIdentifier: rpName) let platformKeyRequest = platformProvider.createCredentialRegistrationRequest(challenge: challenge, name: userName, userID: userIdData) platformKeyRequest.userVerificationPreference = .required     platformKeyRequest.attestationPreference = .direct     let authController = ASAuthorizationController(authorizationRequests: [platformKeyRequest])     authController.delegate = self     authController.presentationContextProvider = self     authController.performRequests()
Post not yet marked as solved
2 Replies
0 Views
Deleting the app and a proper Xcode clean solved this..
Post marked as solved
1 Replies
0 Views
Erasing the entire device worked for me. Assuming it was because iCloud Keychain was not enabled prior to that.
Post marked as solved
1 Replies
0 Views
This should help you. https://www.w3.org/TR/webauthn/#sctn-apple-anonymous-attestation