
This article describes the process of integrating Synerise in your mobile application based on HarmonyOS (Huawei). This process contains the following stages:

1. [Enabling Huawei integration in Synerise](#enabling-huawei-integration-in-synerise)
2. [Implementing Synerise in the mobile app](#implementing-synerise-in-the-mobile-app)

## Requirements
---
Obtain the following information from Huwawei Cloud Console and Huawei AppGallery Connect:

| Value         | What is it?                                                                                                      | Where to find it?                                                                                                                                                                                                       |
|---------------|------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| App ID        | The unique identifier of the app.                                                                            | In Huawei AppGallery Connect, in the **My apps** section.                                                                                                                                                     |
| Project ID    | The ID of the cloud service resource collection assigned while creating a project in Huawei Cloud Console. | In Huawei AppGallery connect, in the  **My Credentials** section. To access this section, hover over your username in the upper-right corner and from the dropdown list, select **My Credentials**. |
| Client secret | The **OAuth 2.0** client secret.                                                                                         | In Huawei AppGallery Connect, in **My projects > General information** tab **> App information** section, under the Client ID. This is **NOT the same secret** as in the "Project information" section.                                                                                                  |

## Enabling Huawei integration in Synerise
---

As the first part of the process, enable Huawei integration in the Synerise platform. 

1. Go to <img src="/api/docs/image/54176ad07f146575310749eba44b7c2f42c1b327/icons/settings-icon.svg" alt="Settings icon" class="icon">**Settings > Apps & Services**.
2. In the list of integrations, click **Huawei**.  
    **Result**: The Huawei settings expand.
3. Click **Add connection**.
4. Switch the **Enable integration** toggle on.   
2. Fill in the following fields with the values from Huawei AppGallery connect:
    - in the **App ID** field, enter the application identifier.
    - in the **Project ID** field, enter the ID of the project. 
    - in the **Client secret** field, enter the authorization key.  

## Implementing Synerise in the mobile app
---
As the next part of the process, integrate Synerise in your mobile application by performing the instructions described in ["Huawei integration for Android"](/developers/mobile-sdk/installation-and-configuration/huawei-integration).