iOS Trust SDK Release Notes
The Daon Trust SDK is an iOS mobile SDK that allows developers to embed a fully realized identity proofing journey into their mobile apps. The Trust SDK is managed by the IdentityX server to collect face, document, and NFC data to conduct an onboarding flow. Daon Trust SDK communicates directly with our hosted SaaS capability and simplifies the integration for developers by providing the completed user interface for identity proofing.
Daon Trust SDK v1.5.98
Release Date: January 2025
Improvements
Added support for NFC scanning in TrustX Onboarding process. A new module designed to support NFC document chip scanning, data reading/parsing and sending it to the WebApp. This new NFC support includes:
- Checks for NFC sensor availability on the device
- Checks indicating if NFC sensor on the device is enabled/disabled
- Reading and parsing of all supported data groups present on the passport NFC chip
Added support for PACE authentication.
Decoupled NFC module from Trust SDK. Now the users who are not using the NFC SDK, will not require it as a necessary dependency. For users who are using the NFC SDK, they will add
DocumentProcessor
as an additional dependency and initialise it and add it to the SDK, to start using NFC. See iOS Trust SDK Integration for integration steps.Removed toolbar. The default system toolbar has been removed and navigation will now be handled from the Web App.
API Changes
For the users that are using NFC
Users will need to add NFC SDK dependency as well as DaonTrustSDKDocumentProcessor
.
Added DocumentProcessor
class which is initialised using DocumentProcessor.Builder()
and added to the SDK using sdk.addDocumentProcessor(documentProcessor)
Library Updates
- DaonNFCSDK v1.0.18