Start developing for iOS
IDV Toolkit provides iOS developers with four libraries. This allows the developer to choose only libraries needed for the project’s use case. This helps to keep the application small. The libraries are:
iOS Document provides photo auto capture component for document scanning.
iOS Face provides selfie photo auto capture component, as well as on-device passive liveness and verification.
iOS Face Lite provides only selfie photo auto capture component with small footprint.
iOS NFC provides reading of data from RFID chip equipped documents.
iOS Palm provides photo auto capture component for palms
Library | Size | Permissions in Info.plist |
---|---|---|
iOS Document | ~2 MB | NSCameraUsageDescription |
iOS Face | ~20 MB | NSCameraUsageDescription |
iOS Face Lite | 1 MB | NSCameraUsageDescription |
iOS NFC | ~3.5 MB | NFCReaderUsageDescription |
iOS Palm | ~1.5 MB | NSCameraUsageDescription |
Distribution
The libraries are distributed using Cocoapods in the public GitHub repository. Please see the respective documentation of each library for download links.
Licensing
The following license agreement applies for all the mobile components.
The libraries need a license activation file. Please contact Innovatrics to obtain the license file. Activation of the license is described here.
Samples
Source codes of a sample project showcasing all the iOS functionality can be downloaded here.