# Mobile SDK

This guide is designed to assist you in seamlessly integrating the iAdvize Mobile SDK into your mobile app.

### ⚛️ Finding the SDK for your mobile platform <a href="#finding-the-sdk-for-your-mobile-platform" id="finding-the-sdk-for-your-mobile-platform"></a>

{% tabs %}
{% tab title="Android" %}

<table data-header-hidden><thead><tr><th width="160"></th><th></th></tr></thead><tbody><tr><td><strong>Releases</strong></td><td><a href="https://github.com/iadvize/iadvize-android-sdk/releases">https://github.com/iadvize/iadvize-android-sdk/releases</a></td></tr><tr><td><strong>Demo project</strong></td><td><a href="https://github.com/iadvize/iadvize-android-sdk">https://github.com/iadvize/iadvize-android-sdk</a></td></tr><tr><td><strong>API Reference</strong></td><td><a href="https://iadvize.github.io/iadvize-android-sdk/">https://iadvize.github.io/iadvize-android-sdk/</a></td></tr></tbody></table>
{% endtab %}

{% tab title="iOS" %}

<table data-header-hidden><thead><tr><th width="160"></th><th></th></tr></thead><tbody><tr><td><strong>Releases</strong></td><td><a href="https://github.com/iadvize/iadvize-ios-sdk/releases">https://github.com/iadvize/iadvize-ios-sdk/releases</a></td></tr><tr><td><strong>Demo project</strong></td><td><a href="https://github.com/iadvize/iadvize-ios-sdk">https://github.com/iadvize/iadvize-ios-sdk</a></td></tr><tr><td><strong>API Reference</strong></td><td><a href="https://iadvize.github.io/iadvize-ios-sdk">https://iadvize.github.io/iadvize-ios-sdk/</a></td></tr></tbody></table>
{% endtab %}

{% tab title="React Native" %}

<table data-header-hidden><thead><tr><th width="160"></th><th></th></tr></thead><tbody><tr><td><strong>Releases</strong></td><td><a href="https://www.npmjs.com/package/@iadvize-oss/iadvize-react-native-sdk?activeTab=versions">https://www.npmjs.com/package/@iadvize-oss/iadvize-react-native-sdk?activeTab=versions</a></td></tr><tr><td><strong>Demo project</strong></td><td><a href="https://github.com/iadvize/iadvize-react-native-sdk">https://github.com/iadvize/iadvize-react-native-sdk</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Flutter" %}

<table data-header-hidden><thead><tr><th width="160"></th><th></th></tr></thead><tbody><tr><td><strong>Releases</strong></td><td><a href="https://pub.dev/packages/iadvize_flutter_sdk/versions">https://pub.dev/packages/iadvize_flutter_sdk/versions</a></td></tr><tr><td><strong>Demo project</strong></td><td><a href="https://github.com/iadvize/iadvize-flutter-sdk">https://github.com/iadvize/iadvize-flutter-sdk</a></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

Please choose the version of the iAdvize Mobile SDK you are integrating:

<table><thead><tr><th width="149" align="center">Codename 🧀</th><th align="center">Android</th><th align="center">iOS</th><th align="center">React Native</th><th align="center">Flutter</th></tr></thead><tbody><tr><td align="center"><a href="mobile-sdk/herbillette"><strong>Herbillette</strong></a></td><td align="center"><code>3.0</code></td><td align="center"><code>3.0</code></td><td align="center"><code>5.0</code></td><td align="center"><code>3.0</code></td></tr><tr><td align="center"><a href="mobile-sdk/gaperon"><strong>Gaperon</strong></a></td><td align="center"><code>2.16</code></td><td align="center"><code>2.18</code></td><td align="center"><code>4.4</code></td><td align="center"><code>2.17</code></td></tr><tr><td align="center"><a href="mobile-sdk/fourme"><strong>Fourme</strong></a></td><td align="center"><code>2.15</code></td><td align="center"><code>2.17</code></td><td align="center"><code>4.3</code></td><td align="center"><code>2.16</code></td></tr><tr><td align="center"><a href="mobile-sdk/epoisses"><strong>Epoisses</strong></a></td><td align="center"><code>2.14</code></td><td align="center"><code>2.16</code></td><td align="center"><code>4.2</code></td><td align="center"><code>2.15</code></td></tr></tbody></table>

{% content-ref url="mobile-sdk/support-policy" %}
[support-policy](https://docs.iadvize.dev/technologies/web-and-mobile-sdk/mobile-sdk/support-policy)
{% endcontent-ref %}

{% content-ref url="mobile-sdk/frequently-asked-questions" %}
[frequently-asked-questions](https://docs.iadvize.dev/technologies/web-and-mobile-sdk/mobile-sdk/frequently-asked-questions)
{% endcontent-ref %}


---

# Agent Instructions: 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.iadvize.dev/technologies/web-and-mobile-sdk/mobile-sdk.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.
