Getting started

FaceLiveness for iOS brings cutting-edge live facial verification and fingerprint authentication technology into your iOS applications. By leveraging the iProov Biometrics iOS SDK and FingerprintPro S

This guide will walk you through the steps required to integrate FaceLiveness into your app, ensuring a robust security measure that is both effective and user-friendly.

Privacy Policy and Terms & Conditions of Use

When using our SDKs, please make sure that you agree with our Privacy Policy and our Terms and Conditions of Use.

Latest versions

Stable

SDKFramework

pod 'DocumentDetector', '9.0.0'

pod 'FaceAuth', '4.0.1'

pod 'FaceLiveness', '4.0.0'

Requirements

Deployment InfoVersion

iOS Target

12.0+

Xcode

14.3.1+

Swift

5.5+

Deprecated

SDKFramework

pod 'DeviceAnalyser', '1.0.0'

pod 'FaceAuthenticator', '5.11.0'

pod 'PassiveFaceLiveness', '5.25.0'

Requirements

Deployment InfoVersion

iOS target

12.0+

Xcode

13.4.1+

Swift

5.3.2+

Cocoapods SDK installation

Ensure you have CocoaPods installed. CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. If not installed, go through this getting started guide.

To initialize CocoaPods, navigate to your project directory in the terminal and run the following command to create a Podfile, if one doesn't already exist:

pod init

In your Podfile, you need to specify the reference to our framework. If you're adding our SDK for the first time, add the following line, replacing <framework_name> with the actual name of the framework and <version> with the desired version:

target 'your-project' do
  use_frameworks!

  pod '<framework_name>', '<version>'

For the deprecated SDKs, you must also include these additional sources in the Podfile:

source 'https://github.com/combateafraude/iOS.git'
source 'https://cdn.cocoapods.org/'

After editing your Podfile, save it and run the following command to install the SDK along with its dependencies and update your local spec repositories:

pod install --repo-update

For additional support and documentation, visit CocoaPods Guides.

Language Settings

By default the SDK language is set to English(USA). To enable the SDK language in Portuguese (Brazil), add in Project > Info > Localizations the language Portuguese (Brazil).

Last updated

Logo

2023 © Caf. - All rights reserved