For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

To integrate the CafFaceLivenessLite SDK into your iOS project, use Swift Package Manager (SPM) or CocoaPods.

Requirements

  • iOS Version: 15.0 or higher

  • Xcode Version: 26.0 or higher

  • Swift Version: 6.3 or higher

  • CAF Mobile Token: A valid mobileToken

Installation

Swift Package Manager (SPM)

  1. Open your project in Xcode.

  2. Go to File > Add Packages....

  3. Enter the repository URL: https://github.com/combateafraude/caf-ios-sdk

  4. Select the CafFaceLivenessLite package or your unified SDK if applicable.

  5. Complete integration via the prompts.

CocoaPods

  1. Ensure CocoaPods is installed on your system. If not:

  1. Navigate to your project directory.

  2. Create or update your Podfile (example):

  1. Install pods:

  1. Open the generated .xcworkspace.

Last updated