> 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/release-notes/es/sdk/march-2026/nfc-wallet-sdk-ios-7.4.0.md).

# NFC Wallet SDK (iOS) v7.4.0

### Plataformas y arquitecturas compatibles

* iOS 16 o posterior
* Arquitecturas: `arm64`, `simulador arm64`, `simulador x86_64`

#### ✨ Nuevas funciones

* Compatible con los datos de transacciones de cartera para PURE.
* Compatible con el flujo amarillo para tarjetas de doble marca Visa/PURE.

#### 🐛 Correcciones de errores

* Corregir la devolución de `.started` estado cuando `WalletSecureEnrollment` se inicia.
* Corregir los valores ODA GPO de Visa, incluidos AIP y AFL, para que se carguen desde el perfil tal como se define en la especificación Visa 1.8.4 en lugar de desde valores nativos codificados.
* Corregir la devolución del error correcto cuando se elimina Device CDCVM.
* Corregir la eliminación de la tarjeta cuando el sondeo de la tarjeta falla debido a un esquema, tipo de perfil o datos perso no válidos.
* Corregir la eliminación de los datos de tarjeta faltantes cuando se elimina una tarjeta de doble marca.
* Corregir un bloqueo al recuperar una sesión pendiente con un id de tarjeta digital vacío.
* Corregir la desactivación de `PaymentBusinessService` después de la generación del criptograma QR.
* Corregir la serialización de la operación `ProcessNotification` .


---

# 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/release-notes/es/sdk/march-2026/nfc-wallet-sdk-ios-7.4.0.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.
