> 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/caf-sdk-pt-br/ios/standalone-modules/caffaceliveness.md).

# Face Liveness (OBSOLETO)

O SDK CafFaceLiveness usa câmeras inteligentes para capturar selfies confiáveis dos seus usuários com inteligência artificial, detectando e rejeitando tentativas de fraude por foto e vídeo. É ideal para processos de onboarding seguros e sem atrito.

## Termos e Políticas

Ao usar nossos SDKs, certifique-se de que você concorda com nossa [Política de Privacidade](https://en.caf.io/politicas/politicas-de-privacidade) e com nossos [Termos e Condições de Uso](https://en.caf.io/politicas/termos-e-condicoes-de-uso).

## Dependências do SDK

O FaceLiveness utiliza os seguintes SDKs externos:

| SDK                     | Versão |
| ----------------------- | ------ |
| `iProov Biometrics iOS` | 12.3.0 |
| `Fingerprint Pro iOS`   | 2.7.0  |

* [iProov Biometrics iOS](https://github.com/iProov/ios): Permite a integração da tecnologia de verificação facial ao vivo para autenticação segura do usuário.
* [Fingerprint Pro iOS](https://github.com/fingerprintjs/fingerprintjs-pro-ios): Fornece recursos de autenticação por impressão digital para aumentar a segurança no seu app.
* [Rudderstack](https://www.rudderstack.com/docs/): Fornece métricas de usuário para oferecer dados confiáveis em tempo real.

### Permissões em tempo de execução

| Permissão | Motivo                                                       | Obrigatório |
| --------- | ------------------------------------------------------------ | ----------- |
| CÂMERA    | Captura da selfie em políticas de verificação facial ao vivo | Sim         |


---

# 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/caf-sdk-pt-br/ios/standalone-modules/caffaceliveness.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.
