> For the complete documentation index, see [llms.txt](https://docs.complycube.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.complycube.com/documentation/documentation/documentation-es/guias-rapidas/guia-del-sdk-movil.md).

# Guía del SDK móvil

### Resumen

Los SDK móviles de ComplyCube hacen que sea rápido y sencillo crear una experiencia de incorporación de clientes y autenticación biométrica fluida en tu aplicación móvil.

{% hint style="info" %}
Puedes probar el SDK móvil de inmediato usando la [aplicación móvil de ComplyCube](/documentation/documentation/documentation-es/recursos-de-integracion/complycube-mobile-app.md), sin necesidad de integrar nada.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=n8kAGXQykkA>" fullWidth="false" %}
Demo del SDK móvil de ComplyCube
{% endembed %}

El SDK ofrece varias ventajas:

* **Flujos nativos**: Una experiencia móvil fluida con captura guiada para selfies, vídeos y documentos de identidad.
* **Integración flexible**: Orquesta recorridos completos con [flujos de trabajo](/documentation/product-guides/product-guide-es/compliance-studio/workflows.md) o configura etapas individuales (selfie, documento, NFC).
* **Controles biométricos**: Detección de vida mediante foto y vídeo, con detección de suplantación.
* **Documento y NFC**: OCR y lectura de chip para pasaportes y otras tarjetas de identificación con comprobaciones cruzadas seguras.
* **Captura automática inteligente**: Controles de calidad en tiempo real para reducir errores y garantizar una entrada óptima.
* **Marca personalizada**: Adapta colores, texto y logotipos para que coincidan con tu aplicación.
* **Preparado para uso global**: Compatibilidad con varios idiomas con etiquetas de interfaz localizadas.

<figure><img src="/files/60ef1f2792a7c274978a62a2dc8486fe20ee9f97" alt=""><figcaption><p>Vista previa del SDK móvil (iOS)</p></figcaption></figure>

### SDK compatibles

ComplyCube ofrece **SDK nativos** para integrar flujos de verificación de identidad directamente en tu aplicación móvil.

Elige el SDK que se adapte a tu plataforma. Cada uno incluye una aplicación de ejemplo para que empieces rápidamente.

<table data-column-title-hidden data-view="cards" data-full-width="false"><thead><tr><th align="center"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><mark style="color:azul;"><strong>iOS</strong></mark></td><td></td><td></td><td><a href="/files/970f9479f6b9053928747c4bdcb71379119b07e3">/files/970f9479f6b9053928747c4bdcb71379119b07e3</a></td><td><a href="/spaces/GRLkbx14BQCBG0MFVXhj/pages/24dad1610350a2952ee427b1ae78e18d2bdf5283">/spaces/GRLkbx14BQCBG0MFVXhj/pages/24dad1610350a2952ee427b1ae78e18d2bdf5283</a></td></tr><tr><td align="center"><mark style="color:azul;"><strong>Android</strong></mark></td><td></td><td></td><td><a href="/files/8dfc243e4248cc0544f34f192bb77b9a3be2e498">/files/8dfc243e4248cc0544f34f192bb77b9a3be2e498</a></td><td><a href="/spaces/GRLkbx14BQCBG0MFVXhj/pages/473939c53927505772859175c2773b4a16b59a1d">/spaces/GRLkbx14BQCBG0MFVXhj/pages/473939c53927505772859175c2773b4a16b59a1d</a></td></tr><tr><td align="center"><mark style="color:azul;"><strong>React Native</strong></mark></td><td></td><td></td><td><a href="/files/012f7c66bb9b025fb83df34be55ba6f243cfa070">/files/012f7c66bb9b025fb83df34be55ba6f243cfa070</a></td><td><a href="/spaces/GRLkbx14BQCBG0MFVXhj/pages/ea64baa1cc5316a8d0f67c7f3ec5fbc974b5fc97">/spaces/GRLkbx14BQCBG0MFVXhj/pages/ea64baa1cc5316a8d0f67c7f3ec5fbc974b5fc97</a></td></tr><tr><td align="center"><mark style="color:azul;"><strong>Flutter</strong></mark></td><td></td><td></td><td><a href="/files/985a5be8668abdc9488b368292d44ebe6c4d25d6">/files/985a5be8668abdc9488b368292d44ebe6c4d25d6</a></td><td><a href="/spaces/GRLkbx14BQCBG0MFVXhj/pages/419246af12e94e63d9438830c7d809e7af0b6caf">/spaces/GRLkbx14BQCBG0MFVXhj/pages/419246af12e94e63d9438830c7d809e7af0b6caf</a></td></tr></tbody></table>


---

# 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.complycube.com/documentation/documentation/documentation-es/guias-rapidas/guia-del-sdk-movil.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.
