> 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

## Integre el SDK de NFC Wallet para iOS

Utilice esta guía para agregar los frameworks precompilados del SDK de NFC Wallet a su 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 la versión 17.4 de iOS y posteriores. Consulte [Comprobar la capacidad 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**.

Consulte las versiones de iOS compatibles para la versión de su SDK en las notas de la versión.
{% endhint %}

### Agregue los frameworks del SDK a su proyecto de Xcode

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

1. Copie las carpetas TSH Pay y SecureLogAPI que contienen el `TSHPaySDK.xcframework` y `SecureLogAPI.xcframework` en la carpeta de su aplicación.
2. Vaya a **General** panel de destino de su aplicación.
3. Arrastre y suelte los SDKs en el directorio de configuración a `Frameworks, Libraries and Embedded Content`.

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

Cuando envíe su aplicación a la App Store, use la compilación **Release** del SDK.

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

Para obtener más detalles, consulte [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:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/es/get-started/configuration/1.-binary-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
