Skip to content

combateafraude/FaceLiveness

Repository files navigation

Caf

FaceLiveness SDK for iOS

Current Version

Stable

SDK Version
FaceLiveness 6.3.3

Requirements

Deployment Info Version
iOS Target 13.0+
Xcode 15.4+
Swift 5.10+
  • A valid CAF mobileToken.
  • Swift Package Manager installed and integrated in your Xcode project.

Camera Usage Description

Make sure to add an NSCameraUsageDescription entry to your app's Info.plist file, explaining why your app requires camera access. For example: "To scan and verify identity documents."

Swift Package Manager (SPM) SDK Installation

To add FaceLiveness 6.3.3 to your project using Swift Package Manager:

  1. Open your Xcode project.
  2. Navigate to File > Add Packages.
  3. In the search bar, paste the URL of this repository:
https://github.com/combateafraude/FaceLiveness.git
  1. Select the version 6.3.3 or choose "Up to Next Major" option to ensure that your project will automatically get future compatible updates.

  2. Complete the steps, and Xcode will automatically integrate the FaceLiveness SDK into your project.

Usage

To import and use FaceLiveness in your app, add the following import statement at the top of your Swift files:

import FaceLiveness

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.