App Attest in iMessage app

I am attempting to implement the new App Attest service in an iMessage app.

Code Block
DCAppAttestService.shared.isSupported

returns true but then

Code Block language
DCAppAttestService.shared.generateKey { (keyId, error)

return error code 2.

Has anyone else attempted to implement App Attest in an iMessage app?



App Attest in iMessage app
 
 
Q