Changes:
- Introduced support for a dark mode color theme to be shown according to the user's device settings
- Added the
darkPrimaryColor(for:)
API to allow customization of the dark mode's primary color - Renamed the light mode's primary color API from
primaryColor(for:)
tolightPrimaryColor(for:)
- Added the
- Made significant improvements to the identity document flow, in particular to the NFC scanning process, as well as the in-session feedback shown to a user following the upload of their document scan or capture
- Minor size reductions to our SDK depending on configuration
Important: This is a major release that contains a breaking change to YotiSDKDelegate
's API.