CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

CafSmartAuth 1.2.1

CafSmartAuth 1.2.1

Maintained by caf.io.



 
Depends on:
FaceLiveness= 7.2.1
FingerprintPro= 2.7.0
CafSolutions= 2.0.3
 

Caf

CafSmartAuth SDK for iOS

Current Version

Stable

SDK Version
CafSmartAuth 1.0.0-beta1

Requirements

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

Camera Usage Description

Make sure to add the following entries to your app's Info.plist file, explaining why your app requires access to the camera and location:

  • Camera: Add an NSCameraUsageDescription entry, for example: "Camera access is required for live facial verification."
  • Location: Add an NSLocationWhenInUseUsageDescription entry, for example: "Location access is required for verification purposes during authentication."

Swift Package Manager (SPM) SDK Installation

To add CafSmartAuth 1.0.0-beta1 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/CafSmartAuth.git
  4. Select the version 1.0.0-beta1 or choose the "Up to Next Major" option to ensure your project will automatically get future compatible updates.
  5. Complete the steps, and Xcode will automatically integrate the CafSmartAuth SDK into your project.

Usage

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

import CafSmartAuth

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.