> 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/configuration/1.-binary-integration.md).

# 1. Integración binaria

## Integra el SDK de NFC Wallet para iOS

Usa esta guía para añadir los frameworks precompilados del SDK de NFC Wallet a tu iOS **aplicación de billetera digital**.

### Entorno compatible

El SDK de NFC Wallet para iOS admite las siguientes configuraciones:

* **Versión de iOS**: 16.0 y posteriores.
* **Arquitecturas de procesador:** arm64, simulador arm64 y x86\_64.

El SDK de NFC Wallet para iOS se ha probado con:

* Xcode 15.3
* Swift 5
* `ENABLE_BITCODE=NO`

{% hint style="warning" %}
El pago sin contacto solo es compatible con iOS versión 17.4 y posteriores. Consulta [Comprueba la compatibilidad con pagos sin contacto](/nfc-wallet-sdk-ios/es/implement-nfc-wallet/check-contactless-capability.md).
{% endhint %}

{% hint style="info" %}
Entorno compatible para la **última versión del SDK**.

Consulta las versiones de iOS compatibles con tu versión del SDK en las notas de la versión.
{% endhint %}

### Añade los frameworks del SDK a tu proyecto de Xcode

Para integrar el SDK de NFC Wallet en el proyecto de tu aplicación:

1. Copia las carpetas TSH Pay y SecureLogAPI que contienen `TSHPaySDK.xcframework` y `SecureLogAPI.xcframework` a la carpeta de tu aplicación.
2. Ve a **General** panel de tu destino de aplicación.
3. Arrastra y suelta los SDK del directorio de configuración en `Frameworks, bibliotecas y contenido incrustado`.

{% hint style="warning" %}
**Usa el tipo de compilación correcto**

Cuando envíes tu aplicación al App Store, usa la **Release** compilación del SDK.

Las compilaciones de depuración están destinadas solo al desarrollo y la resolución de problemas.

Para obtener más detalles, consulta [Entregables](/nfc-wallet-sdk-ios/es/general/deliverables.md).
{% endhint %}


---

# 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/configuration/1.-binary-integration.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.
