Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huawei App Gallery Support Added #451

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MrShakila
Copy link

How to Get Your App ID

From AndroidManifest.xml:

  • Open your AndroidManifest.xml file in your Android project.
  • Look for the following line:
<meta-data
    android:name="com.huawei.hms.client.appid"
    android:value="******"/>
your app id  can be found here value.

From the URL:

You can also find your App ID by visiting your app’s page on the Huawei App Gallery.
For example: https://appgallery.huawei.com/app/C101823825
Your App ID is 101823825.

How to Get Your Client ID And Client Secret

  • Go to Huawei Developer Console.
  • Navigate to Users and Permissions:
  • Click on Users and Permissions.
  • Create a New API Client:
  • Find and select Connect API.
  • Click on Create New API Client.
  • Obtain Your Client ID and Client Secret:

After creating the new API client, you will see your Client ID and Client Secret.
Ensure that you assign the role as App Administrator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants