> For the complete documentation index, see [llms.txt](https://docs.caf.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caf.io/caf-sdk/react-native/standalone-modules/face-authenticator.md).

# Face Authenticator (DEPRECATED)

{% hint style="info" %}
This library provides a React Native bridge for our native SDKs. The versions currently in use are as follows:

* Android: `com.combateafraude.sdk:new-face-authenticator:5.5.0`, `com.combateafraude.sdk:new-face-liveness:5.2.0`
* iOS: `FaceAuth, 6.6.0`
  {% endhint %}

The FaceAuthenticator SDK uses smart cameras to capture reliable selfies of your users with artificial intelligence, detecting and rejecting photo and video spoofing attempts. It's ideal for secure and seamless onboarding processes.

## Terms & Policies

When using our SDKs, please make sure that you agree with our [Privacy Policy](https://en.caf.io/politicas/politicas-de-privacidade) and our [Terms and Conditions of Use](https://en.caf.io/politicas/termos-e-condicoes-de-uso).

## SDK Dependencies

FaceAuthentication leverages the following external SDKs:

### Android

| SDK                         | Version |
| --------------------------- | ------- |
| `FaceLiveness Android`      | 5.2.0   |
| `iProov Biometrics Android` | 11.1.0  |
| `Fingerprint Pro Android`   | 2.7.0   |

* [FaceLiveness Android](/caf-sdk/android/standalone-modules/faceliveness.md)
* [iProov Biometrics Android](https://github.com/iProov/android): Enables the integration of live facial verification technology.
* [Fingerprint Pro Android](https://github.com/fingerprintjs/fingerprintjs-pro-android): Provides fingerprint authentication capabilities to enhance security features in your app.

**Important:** If you plan to publish your app on the *Google Play Store*, you must complete a data safety form. Since we integrate with the *FingerPrintJS SDK*, you'll need to provide the following information:

| Question in Google Play Console's data safety form                  | Response                                    |
| ------------------------------------------------------------------- | ------------------------------------------- |
| Does your app collect or share any of the required user data types? | Yes.                                        |
| What type of data is collected?                                     | Device or other identifiers.                |
| Is this data collected, shared, or both?                            | Collected.                                  |
| Is this data processed ephemerally?                                 | Yes.                                        |
| Why is this user data collected?                                    | Fraud Prevention, Security, and Compliance. |

### iOS

| SDK                     | Version |
| ----------------------- | ------- |
| `FaceLiveness iOS`      | 7.4.0   |
| `iProov Biometrics iOS` | 13.1.0  |
| `Fingerprint Pro iOS`   | 2.6.0   |

* [FaceLiveness iOS](/caf-sdk/ios/standalone-modules/faceliveness.md)
* [iProov Biometrics iOS](https://github.com/iProov/ios): Enables the integration of live facial verification technology.
* [Fingerprint Pro iOS](https://github.com/fingerprintjs/fingerprintjs-pro-ios): Provides fingerprint authentication capabilities to enhance security features in your app.

### Runtime Permissions

#### Android

| Permission | Reason                                                     | Required |
| ---------- | ---------------------------------------------------------- | :------: |
| `CAMERA`   | Capturing the selfie in live facial verification policies. |     ✅    |

#### iOS

| Permission                           | Reason                                                     | Required |
| ------------------------------------ | ---------------------------------------------------------- | :------: |
| `Privacy - Camera Usage Description` | Capturing the selfie in live facial verification policies. |     ✅    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.caf.io/caf-sdk/react-native/standalone-modules/face-authenticator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
