Face Liveness
Install and configure Face Liveness for iOS with CafSDK's. Learn requirements, session setup, face liveness flow, UI configuration, delegates, theming, and support.
This guide covers version 7.0.0 and above. For versions below 7.0.0, please see the legacy documentation.
Overview
Prerequisites
Starting the Face Liveness
CerttaLiveness.shared.open(
from: self, // This is the view controller and the delegate
configuration: LivenessConfiguration(
maxRetryAttempts: 3,
faceAuthEnabled: false,
showLoading: true,
useFaceLivenessUi: true
)
) LivenessConfiguration Parameters
Parameter
Default
Description
Understanding Liveness Events & Results
didFinish(signedResponse: String)
didFail(_ failure: LivenessFailure)
Case
When
didFinishWith(_ error: CerttaError)
Event
Typical cause
didLog(level: String, message: String)
Permissions and user experience
Colors Theming
Property
Type
Description
Format
Release notes
Technical Support and Usage Tips
Last updated

