> 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/4.-push-notifications.md).

# 4. Notificaciones push

El SDK de NFC Wallet utiliza notificaciones push para entregar actualizaciones de tarjetas digitales.

En iOS, implemente la entrega push usando **Firebase Cloud Messaging (FCM)**. FCM utiliza el servicio de notificaciones push de Apple (APNs) para alcanzar los dispositivos.

### Lo que necesita implementar

Su **aplicación de billetera digital** debe:

* Solicitar permiso de notificaciones y registrarse en APNs.
* Recuperar el token de registro de FCM.
* Enviar el token al SDK de NFC Wallet para que el backend de NFC Wallet pueda enviar notificaciones push al dispositivo.
* Rutar y procesar las notificaciones push entrantes de NFC Wallet.

### En esta sección

* [Gestionar tokens de push](/nfc-wallet-sdk-ios/es/get-started/configuration/4.-push-notifications/handle-push-tokens.md)

  Registrarse para notificaciones push y mantener el token sincronizado.
* [Manejar notificaciones push](/nfc-wallet-sdk-ios/es/get-started/configuration/4.-push-notifications/handle-push-notifications.md)

  Rutar y procesar las notificaciones push entrantes de NFC Wallet.


---

# 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/4.-push-notifications.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.
