> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/es/security-and-privacy/apple-app-privacy.md).

# Privacidad de la app de Apple

Use esta página para completar **Privacidad de la App** en App Store Connect.

Se aplica a iOS **aplicaciones de billetera digital** integrando el **inicialización del SDK de NFC Wallet**.

Sus respuestas finales dependen de su implementación y flujo de datos.

### Preguntas sobre seguridad de datos

Use estas respuestas como la base para las preguntas de Privacidad de la App de Apple.

<table><thead><tr><th width="535.25">Pregunta</th><th>Respuesta del SDK</th></tr></thead><tbody><tr><td>¿Usted o sus socios externos recopilan datos de esta app/SDK?</td><td>Sí</td></tr></tbody></table>

### Tipos de datos

<table><thead><tr><th>Categoría</th><th>Tipo de dato</th><th width="195.5">Recopilado</th><th>Use</th><th width="125">Usado para seguimiento</th><th>Vinculado al usuario final</th></tr></thead><tbody><tr><td>Información financiera</td><td>Información de pago</td><td>Sí (a través de la API del SDK)</td><td>Funcionalidad de la app</td><td>No</td><td>Sí</td></tr><tr><td></td><td>Información crediticia</td><td>No</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td></td><td>Otra información financiera</td><td>No</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td>Identificadores</td><td>ID de usuario</td><td>Sí (ID de billetera)</td><td>Funcionalidad de la app</td><td>No</td><td>Sí</td></tr><tr><td></td><td>ID del dispositivo</td><td>Sí (token de dispositivo APNs e Identificador para el Vendedor (IDFV))</td><td>Funcionalidad de la app</td><td>No</td><td>Sí</td></tr><tr><td>Compras</td><td>Historial de compras</td><td>No (los datos pasan a través del SDK desde el backend del emisor)</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td>Diagnósticos</td><td>Datos de fallos</td><td>No</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td></td><td>Datos de rendimiento</td><td>No</td><td>N/A</td><td>N/A</td><td>N/A</td></tr><tr><td></td><td>Otros datos de diagnóstico</td><td>Sí (condicional)*</td><td>Funcionalidad de la app</td><td>No</td><td>No</td></tr></tbody></table>

(\*) El SDK de Billetera NFC puede almacenar **Registros seguros** en el dispositivo para la resolución de problemas.

El SDK de Billetera NFC no transmite Registros seguros fuera del dispositivo.

Los Registros seguros solo se consideran **recopilados** si el **aplicación de billetera digital** los exporta.

Esto también requiere enviarlos a un sistema externo.


---

# 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.payments.thalescloud.io/nfc-wallet-sdk-ios/es/security-and-privacy/apple-app-privacy.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.
