SDK | Version |
---|---|
FaceLiveness | 6.3.3 |
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.
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."
To add FaceLiveness 6.3.3 to your project using Swift Package Manager:
- Open your Xcode project.
- Navigate to File > Add Packages.
- In the search bar, paste the URL of this repository:
https://github.com/combateafraude/FaceLiveness.git
-
Select the version
6.3.3
or choose "Up to Next Major" option to ensure that your project will automatically get future compatible updates. -
Complete the steps, and Xcode will automatically integrate the FaceLiveness SDK into your project.
To import and use FaceLiveness in your app, add the following import statement at the top of your Swift files:
import FaceLiveness
When using our SDKs, please make sure that you agree with our Privacy Policy and our Terms and Conditions of Use.