Last updated
Quick links: Overview | Building the SDK | Start Liveness Verification | UI Customization | Installation | Current Version | Requirements | Source Code | Result Reference | Release Notes | FAQ
To integrate the CafFaceLivenessLite SDK into your iOS project, use Swift Package Manager (SPM) or CocoaPods.
iOS Version: 15.0 or higher
Xcode Version: 26.0 or higher
Swift Version: 6.3 or higher
CAF Mobile Token: A valid mobileToken
Open your project in Xcode.
Go to File > Add Packages....
Enter the repository URL: https://github.com/combateafraude/caf-ios-sdk
Select the CafFaceLivenessLite package or your unified SDK if applicable.
Complete integration via the prompts.
Ensure CocoaPods is installed on your system. If not:
Navigate to your project directory.
Create or update your Podfile (example):
Install pods:
Open the generated .xcworkspace.
Last updated
sudo gem install cocoapodsplatform :ios, '15.0'
use_frameworks!
target 'YourAppTarget' do
pod 'CafSDKiOS/CafFaceLivenessLite', '7.5.0'
endpod install
