Start developing for iOS
DOT provides iOS developers with four libraries. This allows the developer to choose only libraries needed for his/her use case. This helps to keep the application small. The libraries are:
DOT iOS Document provides photo auto capture component for document scanning.
DOT iOS Face provides selfie photo auto capture component, as well as on-device passive liveness and verification.
DOT iOS Face Lite provides only selfie photo auto capture component with small footprint.
DOT iOS NFC provides reading of data from RFID chip equipped documents.
Library | Size | Permissions in Info.plist |
---|---|---|
DOT iOS Document | ~1.5 MB | NSCameraUsageDescription |
DOT iOS Face | ~20 MB | NSCameraUsageDescription |
DOT iOS Face Lite | ~500 kB | NSCameraUsageDescription |
DOT iOS NFC | ~2 MB | NFCReaderUsageDescription |
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 DOT iOS Face library is the only one of them that needs a license activation file, as it contains on-device functionality for passive liveness and face matching. 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.