Skip to content

Upgrading to SDK v11.x

Braden edited this page Jul 26, 2023 · 3 revisions

Certificates option

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.

Pose control options have been removed

The deprecated pose control options maxYaw, maxPitch and maxRoll have now been removed.

Failures change to Errors

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.

New failure reason

multiple_faces has been added as a new Failure Code in LA. Translations are provided as usual.