# Create consent notice (mobile)

Here's is a quick guide to help you to create your consent notice with Didomi's brand-new console flow:

1. Go to the [Didomi console.](http://console.didomi.io)
2. Click on **Consent Notices** **(1)** in the left menu.
3. Click on **Create a notice + (2)** in the top right corner.

![Capture d’écran 2023-02-06 à 18.12.57](/files/C9F3kwPvkiEcUUWccSAI)

🎉 You can now start creating your consent notice!

#### **Platforms**

The first step allows you to choose the platform where you'd like to deploy your notice.

<figure><img src="https://support.didomi.io/hs-fs/hubfs/New%20console%20flow/Capture%20d%E2%80%99%C3%A9cran%202023-02-13%20%C3%A0%2019.12.14.png?width=655&#x26;height=358&#x26;name=Capture%20d%E2%80%99%C3%A9cran%202023-02-13%20%C3%A0%2019.12.14.png" alt=""><figcaption></figcaption></figure>

1. Select **Mobile app**.&#x20;
2. Click on **Go to next step**.

#### **Preset**

Check out the [Preset section](https://docs.didomi.io/consent-management-platform-cmp/consent-notices/pages/nry1I95q8LAeVbjZEZuE#id-2.-preset) in our documentation.

#### **Regulations**

Check out the [Regulations section](https://docs.didomi.io/consent-management-platform-cmp/consent-notices/pages/nry1I95q8LAeVbjZEZuE#id-3.-regulations) in our documentation.

#### **Customization**

Check out the [Customization section](https://docs.didomi.io/consent-management-platform-cmp/consent-notices/pages/nry1I95q8LAeVbjZEZuE#id-4.-customization) in our documentation.

{% hint style="info" %}
The preview is not yet available for the mobile app environment.&#x20;
{% endhint %}

#### **Publish**

1. There are two different possible cases:
   * **You were using Didomi before the release of the new console flow (April 2023):**
     * Enter the mobile app ID of your application. <br>

       <figure><img src="https://support.didomi.io/hs-fs/hubfs/Screenshot%202023-07-05%20at%2015.58.55.png?width=688&#x26;height=172&#x26;name=Screenshot%202023-07-05%20at%2015.58.55.png" alt=""><figcaption></figcaption></figure>

* Click on the plus sign (**+)** at the right to add your appId.
* You can add as many appIds as you wish.&#x20;
* Click on **Publish**.
* **You are using Didomi since after April 2023**:
  * You don't need to specify any domain. You just have to click on **Publish** your notice and continue with the tag configuration.&#x20;

    <figure><img src="https://support.didomi.io/hs-fs/hubfs/New%20console%20flow/Capture%20d%E2%80%99%C3%A9cran%202023-03-29%20%C3%A0%2018.14.11.png?width=688&#x26;height=132&#x26;name=Capture%20d%E2%80%99%C3%A9cran%202023-03-29%20%C3%A0%2018.14.11.png" alt=""><figcaption></figcaption></figure>

1. Configure the tags on your websites to block vendors by conditioning tag loading to  user consent.
   * If you use the IAB integration: for IAB vendors, you have nothing to set up if you are using the IAB integration. All you have to do is declare them in the vendors' section. The consent string allows them to retrieve the user consent status.
   * &#x20;Vendors that are not part of the IAB framework have to be blocked in your app to only execute their SDK and collect user personal data after consent is collected.

     📰 To block vendors on your mobile app, please refer to [this documentation](https://developers.didomi.io/cmp/mobile-sdk/third-party-sdks).
2. Set up the Didomi SDK as explained in our documentation:
   * [For Android](https://developers.didomi.io/cmp/mobile-sdk/android)
   * [For iOS](https://developers.didomi.io/cmp/mobile-sdk/setup-ios)
   * 📰  If you use Flutter for your apps, please refer to [our technical documentation](https://developers.didomi.io/cmp/mobile-sdk/flutter) on how you can set up the Didomi plugin for your Flutter apps on Android or iOS devices.
   * 📰  If you use React Native for your apps, please refer to [our technical documentation](https://developers.didomi.io/cmp/mobile-sdk/react-native) on how you can set up the Didomi plugin for your React Native apps on Android or iOS devices.
3. Click on **Save**.&#x20;
4. To ensure that your site visitors can change their consent preferences at any point in time, you will need to add a link to re-open the Didomi consent preferences pop-in in your mobile app. This link can be placed in a menu or in your privacy policy. [Read our documentation](https://developers.didomi.io/cmp/mobile-sdk/getting-started#add-a-link-for-the-user-to-manage-their-preferences.) to learn more.

{% hint style="info" %}
To find a consent string on a mobile application:

* Go in NSUserDefaults for iOS.
* Go in SharedPreferences for Android.

The key name is IABTCF\_TCString.
{% endhint %}


---

# 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.didomi.io/consent-management-platform-cmp/consent-notices/create-consent-notice-mobile.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.
