Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
Requirements:
Authenteq SDK consist in 3 different modules:
Core (required)
Live ID document scanner (optional)
Live ID document scanner database (optional)
Project dependencies are specified in a file called Podfile
. Create this file in the same directory as your Xcode project file (.xcodeproj
) if it doesn't already exist.
Add the following lines to the head of your Podfile
: (make sure to replace YOUR_PROJECT_NAME)
Add Core pod to your target:
Optionally add the pod for the Live ID document scanner:
Optionally add the pod for the Live ID document scanner database, otherwise it will be downloaded at runtime:
Run Terminal command to install the dependencies in your project:
Under the Build Settings tab, make sure the iOS Deployment Target is 11.0 or higher
Add NSCameraUsageDescription
key in your Info.plist file
Under the Info tab, add description as to why camera access is required by clicking the small `+` button and adding the text
For example: 'Camera permission is needed to take a photo of your document and face for identification.'
Add NFCReaderUsageDescription
key in your Info.plist file
Add com.apple.developer.nfc.readersession.iso7816.select-identifiers
key in your Info.plist file and specify A0000002471001
as 'Item 0'.
Add Near Field Communication Tag Reading capability in project "Signing & Capabilities" section.