Questions tagged [appgallery-connect]

Use this tag for programming questions relating to Huawei AppGallery Connect. Huawei AppGallery Connect is an one-stop open platform covering the entire app lifecycle: innovation, development, distribution, operation, and analysis.Noteworthy capabilities include: Crash,APM,RemoteConfiguration,Applinking,AppMessaging,Auth Service,CloudDB,CloudStorage,and CloudDFunction.

106 questions
1
vote
2 answers

No result got from HMS Site Kit

I am trying to integrate Huawei Site Kit Search Activity into the Flutter application. However, I got the error as shown in the picture, and no result was getting back.
1
vote
2 answers

Is it possible to use Huawei developer API via Google Apps Script?

1 According to this guide I created API Client; 2 I try to run this Apps Script to get access token and get error 502. var url = "https://connect-api.cloud.huawei.com/api/oauth2/v1/token"; var options = { "method" : "POST", …
Style-7
  • 985
  • 12
  • 27
1
vote
1 answer

Missing app from AppGallery after publishing update

I have sent an update of my App to Huawei a few days ago. Verification went well, no remarks by Huawei side. Yesterday's update has been published, but the app was missed from appgallery. The update did not come to users. They can't find an app…
1
vote
2 answers

Huawei AppGallery Failed to obtain the authentication code

I'm trying to upload the final apk in the AppGallery store but I get this message blocking me from uploading my app into the store. I tried many solutions I change my browser also check my connection but everything looks good Please, anyone, know…
1
vote
1 answer

How to navigate user to its related store?

On our website , we are able to navigate users to their related stores according to device's os . for ios we send them to AppStore for android we navigate them to PlayStore i wonder how can we navigate them to App Gallery if the user is using a…
1
vote
1 answer

Failure to Launch Apps Due to Package Name Inconsistency

When I used huawei AppLinking Service, the app package name is queried to locate the app details page. However, the app package name varies depending on the channel. For example, for a Huawei channel, the package name ends with .huawei, which is…
Manoj Kr
  • 27
  • 4
1
vote
2 answers

Need information on Application Publishing Format in Huawei App Gallery

As I checked, Google has announced in below URL, that new apps will be required to published with Android App Bundle from August 2021. New Apps larger than 150 MB are now supported either by Play Feature delivery or Play Asset Delivery. Reference…
1
vote
2 answers

Huawei AGConnectAuth Phone number authentication error: ONLY ONE String Field can be annotated as Url

i want to use phone authentication in my app. When i run the app in android studio, the feature is working fine. But when i install the released app from app gallery, i' ve got this error : "ONLY ONE String Field can be annotated as Url" This is…
1
vote
2 answers

Huawei Appgallery. How to my app be released in the mainland Chinese market?

My app is already approved on Appgallery but may be Huawei is very strict approval in the mainland china market. they sent me a refusal mail to publish in china. I revised the app and app copyright information but wasn't approved while outside of…
1
vote
2 answers

After application uses the same package name in AppGallery and GooglePlaystore, it is removed due to Google Play protection

Application is removed playstore by Google Protect. Every release the version code from Huawei App Gallery is always higher than the version code in Play Store. The new release version code in the Play Store will higher than the previous release…
1
vote
1 answer

HMS Map shows empty

Device information and SDK version (a) Phone model (Settings > About phone): Android Emulator (b) EMUI version (Settings > About phone): N/A (c) HMS Core version number (Settings > Apps > Apps > HMS Core): 5.1.1.303 (d) SDK version number…
Krishna M
  • 180
  • 8
1
vote
2 answers

Ads kit integration encountered error 499 error in HMS Ads kit

Ads kit integration encountered error 499 The log is as follows Android Logs shows Country is not set. 2020-08-21 17:33:56.535 10043-10141/? W/HiAdKit.CountryCodeBean: fail to get grs countryCode 2020-08-21 17:33:56.535 10043-10141/?…
1
vote
1 answer

I can't figure out any other possible reason. can you help me?

When I integrate the HMS Core SDK into my app or game, result code 6003 is always returned during an API call. The official document indicates that this fault is caused by an incorrect signing certificate fingerprint. But I have checked that the…
1
vote
2 answers

Huawei app doesn't show app gallery event its state released

Hello i have a problem. We had published our app two days ago to your app gallery. i can't see my app on huawei app gallery via my phone but i can see the app when i get in the web site of huawei app gallery. also some phones which containts google…
1
vote
1 answer

Upload Multi-APK app to Huawei AppGallery?

I'm trying to upload my app to Huawei AppGallery Connect, the app is published as Multi-APK to reduce its size (not using app bundle to avoid being signed by the store) Here is my final multiple apk files : I found this official video by Huawei…