> 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-fr/guides-rapides/guide-du-sdk-mobile.md).

# Guide du SDK mobile

### Vue d'ensemble

Les SDK mobiles ComplyCube permettent de créer rapidement et facilement une expérience d’onboarding client fluide et d’authentification biométrique dans votre application mobile.

{% hint style="info" %}
Vous pouvez tester le SDK Mobile immédiatement en utilisant [l’application mobile ComplyCube](/documentation/documentation/documentation-fr/ressources-dintegration/complycube-mobile-app.md), sans avoir besoin d’intégrer quoi que ce soit.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=n8kAGXQykkA>" fullWidth="false" %}
Démo du SDK Mobile ComplyCube
{% endembed %}

Le SDK offre plusieurs avantages :

* **Parcours natifs**: une expérience mobile fluide avec capture guidée des selfies, vidéos et pièces d’identité.
* **Intégration flexible**: orchestrez des parcours complets avec [des workflows](/documentation/product-guides/product-guide-fr/studio-de-conformite/workflows.md) ou configurez des étapes individuelles (selfie, document, NFC).
* **Vérifications biométriques**: détection de vivacité par photo et vidéo, avec détection d’usurpation.
* **Documents et NFC**: OCR et lecture de puce pour les passeports et autres cartes d’identité avec des contrôles croisés sécurisés.
* **Capture automatique intelligente**: contrôles de qualité en temps réel pour réduire les erreurs et garantir une saisie optimale.
* **Personnalisation de marque**: adaptez les couleurs, le texte et les logos à votre application.
* **Prêt pour l’international**: prise en charge multilingue avec des libellés d’interface localisés.

<figure><img src="/files/d75035b2e77ba050013a8e7e3d6c916a919e4c4c" alt=""><figcaption><p>Aperçu du SDK Mobile (iOS)</p></figcaption></figure>

### SDK pris en charge

ComplyCube fournit **des SDK natifs** pour intégrer directement des parcours de vérification d’identité dans votre application mobile.

Choisissez le SDK adapté à votre plateforme. Chacun est fourni avec une application d’exemple pour vous aider à démarrer rapidement.

<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:bleu;"><strong>iOS</strong></mark></td><td></td><td></td><td><a href="/files/a8ec0419779e285ef4dd8483890531f6556b273a">/files/a8ec0419779e285ef4dd8483890531f6556b273a</a></td><td><a href="/spaces/Jom7xc0Q5WT4Lf74LdID/pages/3925f15347fff9fb31355dce321b407af7d1ad61">/spaces/Jom7xc0Q5WT4Lf74LdID/pages/3925f15347fff9fb31355dce321b407af7d1ad61</a></td></tr><tr><td align="center"><mark style="color:bleu;"><strong>Android</strong></mark></td><td></td><td></td><td><a href="/files/a72bfc8d7574428f4caafb561b707e84d75e3c20">/files/a72bfc8d7574428f4caafb561b707e84d75e3c20</a></td><td><a href="/spaces/Jom7xc0Q5WT4Lf74LdID/pages/15cd49637178603b743ecadddf3caf58be6d3ed7">/spaces/Jom7xc0Q5WT4Lf74LdID/pages/15cd49637178603b743ecadddf3caf58be6d3ed7</a></td></tr><tr><td align="center"><mark style="color:bleu;"><strong>React Native</strong></mark></td><td></td><td></td><td><a href="/files/297b70971e4eee2424a1336345b024b208dbfbda">/files/297b70971e4eee2424a1336345b024b208dbfbda</a></td><td><a href="/spaces/Jom7xc0Q5WT4Lf74LdID/pages/97614a351f810ed8f9ba6403310effb42f5da2d2">/spaces/Jom7xc0Q5WT4Lf74LdID/pages/97614a351f810ed8f9ba6403310effb42f5da2d2</a></td></tr><tr><td align="center"><mark style="color:bleu;"><strong>Flutter</strong></mark></td><td></td><td></td><td><a href="/files/bbbb833c19adc74ccba8c08dd39ccd474cd55e09">/files/bbbb833c19adc74ccba8c08dd39ccd474cd55e09</a></td><td><a href="/spaces/Jom7xc0Q5WT4Lf74LdID/pages/446eff1fbed9d36770abaa78653996613e9ee803">/spaces/Jom7xc0Q5WT4Lf74LdID/pages/446eff1fbed9d36770abaa78653996613e9ee803</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-fr/guides-rapides/guide-du-sdk-mobile.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.
