-1

What I currently have: I have a application running in Android Playstore

What I am trying to do: I want to add this app in Huawei App Gallery

Questions:

  • What are the changes I need to do for this in code, If any ?
  • Are there any blogs or article for this, to check for more information
Devrath
  • 42,072
  • 54
  • 195
  • 297
  • 2
    I’m voting to close this question because it's about general policies for entry to an application store front, not about a specific programming issue with the application that wouldn't allow it to enter or an specific question about how the policy affects the application programming. – Braiam Nov 12 '20 at 11:51

2 Answers2

0

There are two options we can go for:

OPTION 1

Step 1: You need to create a Huawei Developer Account.

Step 2: Create a project in console using your project name and package name

Step 3: In console enable the services needed in your application to run.

Step 4: Declare your project SHA256 signing certificate fingerprint in the console.

Step 5: Download the agconnect-service.json file from the console.

Step 6: Write code for HMS by keeping GMS code also. Check out the below link on how to keep both GMS and HMS in same project:

https://forums.developer.huawei.com/forumPortal/en/topic/0201308778868370129

OPTION 2

Use HMS Toolkit to quickly migrate the app to HMS Core to release it on HUAWEI AppGallery.

Dharman
  • 30,962
  • 25
  • 85
  • 135
SanghatiM
  • 173
  • 5
-1

You need to signup for Huawei Developer Account (Free)

You don't need code changes. Refer this documentation from Huawei Developers.

Documentation