upgrader icon indicating copy to clipboard operation
upgrader copied to clipboard

Huawei App Gallery Support Added

Open MrShakila opened this issue 1 year ago • 3 comments

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.

MrShakila avatar Sep 25 '24 06:09 MrShakila

Any updates on this?

MingSern avatar Feb 05 '25 04:02 MingSern

any update ?

Khaled-Eldeeb-BW avatar May 18 '25 14:05 Khaled-Eldeeb-BW

I see you have created the UpgraderHuaweiStore based on the UpgraderStore. You have used this correctly, and with UpgraderStoreController you can use your custom UpgraderHuaweiStore within you own code base without changing the upgrader package. That is how upgrader is designed. There is no need to include UpgraderHuaweiStore in the upgrader package where 99.9% of the users would never need it. I think this PR should be closed. Feel free to create your own package that just contains UpgraderHuaweiStore in it for you and others to use along with the upgrader package.

larryaasen avatar May 19 '25 11:05 larryaasen