I am attempting to implement the new App Attest service in an iMessage app.
returns true but then
return error code 2.
Has anyone else attempted to implement App Attest 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?