I'm currently reviewing the various DCError cases defined in Apple’s DeviceCheck framework (reference: https://developer.apple.com/documentation/devicecheck/dcerror-swift.struct).
To better understand how to handle these in production, I’m looking for a clear breakdown of:
Which specific DCError values can occur during
service.generateKey,
service.attestKey, and
service.generateAssertion
The realworld scenarios or conditions that typically cause each error for each method.
If anyone has insight on how these errors arise and what conditions trigger them, I’d appreciate your input.
1
0
232