I am attempting to implement the new App Attest service in an iMessage app.
DCAppAttestService.shared.isSupported
returns true but then
DCAppAttestService.shared.generateKey { (keyId, error)
return error code 2.
Has anyone else attempted to implement App Attest in an iMessage app?