-
Notifications
You must be signed in to change notification settings - Fork 10
Upgrading to SDK v11.x
Braden edited this page Jul 26, 2023
·
3 revisions
Certificates are now passed as a String
array instead Data
array. It contains the certificate's Subject Public Key Info as SHA-256 hash. Please see the readme on instructions for how to configure this.
The deprecated pose control options maxYaw
, maxPitch
and maxRoll
have now been removed.
From 11.x, the two failure reasons user_timeout
and not_supported
will be received as Errors as IProovError
, since they both represent an incompletion of the scan, which is more suited to Errors.
multiple_faces
has been added as a new Failure Code in LA. Translations are provided as usual.