In the App information area, you can click next to Client secret to copy the client secret.
Before you start developing an app, configure app information in AppGallery Connect.
Before you get started, you must register as a Huawei developer and complete identity verification on HUAWEI Developers. For details, please refer to Registration and Verification.
Follow instructions in Creating a Project to create a project.
Add an app to your project. For details, please refer to Creating an App. Set relevant parameters as follows:
The signing certificate fingerprint is used to verify the authenticity of an app. Before releasing an app, you must generate a signing certificate fingerprint locally based on the signing certificate and configure it in AppGallery Connect.
Before you do this, make sure that the following conditions are met:
To generate a signing certificate fingerprint, perform the following steps:
cd C:\Program Files\Java\jdk\bin
Example:
keytool -list -v -keystore C:\TestApp.jks
Example:
keytool -list -v -keystore /Users/admin/Downloads/HmsDemo.jks
In the App information area, you can click next to Client secret to copy the client secret.
To use Map Kit in your app, you first need to enable the service in AppGallery Connect. Skip this step if you have already enabled the service.
1. Sign in to AppGallery Connect and click My projects.
2. Click the project for which you need to enable Map Kit.
3. Go to the Manage APIs page and toggle on the Map Kit switch.
After enabling the service, you can go to Project settings to set the data processing location and data processing location policies. For details, please refer to Data Processing Location.
You are advised to take measures for protecting the API key security. For details, please refer to How can I protect the API key?.