> 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/get-started.md).

# Comenzar

Esta sección te ayuda a configurar el SDK de NFC Wallet en tu iOS **aplicación de billetera digital**.

### Antes de comenzar

* Revisa lo que incluye el paquete de entrega del SDK en [Entregables](/nfc-wallet-sdk-ios/es/general/deliverables.md).
* Consulta las versiones de iOS compatibles en [Entorno compatible](/nfc-wallet-sdk-ios/es/get-started/configuration/1.-binary-integration.md#supported-environment).

### Configura el SDK

Usa estas guías para integrar el SDK de NFC Wallet en tu iOS **aplicación de billetera digital**.

* Configura tu proyecto: [Configuración](/nfc-wallet-sdk-ios/es/get-started/configuration.md).
* Usa el iOS **Aplicación de ejemplo** como ejemplo de extremo a extremo: [Aplicación de ejemplo](/nfc-wallet-sdk-ios/es/get-started/sample-app.md).

### Habilita el pago sin contacto

Para admitir el pago sin contacto, inicia el **entitlement de Apple HCE** proceso con antelación.

* Sigue las instrucciones de Apple en [entitlement de Apple HCE](https://developer.apple.com/support/hce-transactions-in-apps/).

{% hint style="warning" %}
Revisa la guía de Thales sobre el entitlement de Apple HCE para el pago sin contacto en [Comprueba los requisitos previos](/nfc-wallet-sdk-ios/es/implement-nfc-wallet/make-payments/implement-contactless-payment/1.-check-prerequisites.md).
{% endhint %}

### Siguientes pasos

Usa estos recursos después de completar la configuración y la inicialización.

* **Consulta la referencia de la API:** [API de iOS](/nfc-wallet-sdk-ios/es/ios-api.md)
* **Implementa el flujo principal:** [Implementa NFC Wallet](/nfc-wallet-sdk-ios/es/implement-nfc-wallet.md)\
  Comienza con la comprobación de la capacidad sin contacto. Luego registra la cartera y completa **Tokenización**, la gestión de tarjetas y el pago.
* **Prepárate para el lanzamiento:** [Guía de seguridad](/nfc-wallet-sdk-ios/es/security-and-privacy/security-guidance.md)\
  Aplica los requisitos de seguridad antes de lanzar a producción. Revisa el registro, el manejo de datos y las recomendaciones de refuerzo.

### Funciones adicionales

Añade capacidades opcionales después de implementar el flujo principal.

* [Funciones adicionales](/nfc-wallet-sdk-ios/es/additional-features.md)


---

# 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/get-started.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.
