Questions tagged [appgallery]

Questions regarding the Huawei AppGallery. Huawei AppGallery is Huawei's official Android Application store.

122 questions
21
votes
4 answers

Can a Flutter app be proposed on the Huawei AppGallery?

Some Huawei mobile devices don't have the Google Play Store and have the Huawei AppGallery instead. Since Flutter is for cross-platform development (iOS and Android), it may be desirable to propose Flutter developed apps through the Huawei…
luvzfootball
  • 710
  • 1
  • 9
  • 21
10
votes
2 answers

Huawei AppGallery Connect API - 403 client token authorization fail

I am trying to automate the app publishing process to the Huawei store using the REST APIs as mentioned in the link. https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agcapi-overview I successfully received an access…
Ponsuyambu
  • 7,876
  • 5
  • 27
  • 41
6
votes
1 answer

Detecting if application is installed from Huawei AppGallery

I would like to detect the app installation source. We can use two approaches on Android to detect the installation source: PackageManager#getInstallerPackageName(String) or PackageManager#getInstallSourceInfo(String). Both of those calls will…
6
votes
2 answers

Will firebase and googlemaps work in huawei-mate 30

What is the scenario: I have an application that is installed on an android device It is using GoogleMaps & Firebase Question: Will GoogleMaps and Firebase used in the application work on future Huawei devices? Since Play Store nor GoogleServices…
Devrath
  • 42,072
  • 54
  • 195
  • 297
5
votes
3 answers

How to distribute an app for internal use only amongst employees

The company I work for is coming near to completion of app for internal use only amongst employees. There are some things that from my research I am not clear on and would like to hear from people who have deployed apps using this method. What s the…
5
votes
2 answers

What google services are banned in Harmony OS (here is a list that I have used in my android app.)

I need to upload my android apk file in harmony os and as google services are banned in this platform, I would have to use the alternative platform. Here is a list of google services that I have used. Please help me to distinguish what google…
5
votes
4 answers

Huawei push and SDK statistics issues

Why access Huawei Push and SDK statistics report " java.lang.RuntimeException: Unable to get provider com.huawei.agconnect.core.provider.AGConnectInitializeProvider: java.security.InvalidParameterException: url is null "? Access…
user13767305
4
votes
1 answer

One app for mobile devices and TV's in Huawei AppGallery

My app is released in Huawei AppGallery for mobile devices and tablets. But my app has both interfaces for mobile and TV. I see that it's not possible to release one app for all device types like it is working on Google Play Store. I tried to create…
4
votes
1 answer

What can I do if my quick app was rejected and the error message indicates that an error has occurred?

When I submit my quick app for review in AppGallery Connect,my quick app was rejected and the error message indicates that an error has occurred? What does the message means?
4
votes
2 answers

Huawei AppGallery 6003 Error Code in release version

I removed the all gms related apis and added hms ones. My debug version is working awesome, I have the agconnect file in my project root. But If I download my app directly from appGallery, my hms core related apis are not working. (like pushkit and…
4
votes
1 answer

Detect if a device has access to Huawei App Gallery with Cordova

In Cordova, how do I detect if a device has the Huawei App Gallery?
peterdest
  • 285
  • 3
  • 11
4
votes
2 answers

How can I use Firebase/Google Analytics for analyzing user behaviors and logging specific events from huawei mobiles?

We are replacing firebase kits with HMS kits for HMS based mobiles (noGMS) for our app. However, we still would like to stick and use Firebase/Google Analytics for analyzing user behaviors and logging specific events from huawei mobiles? How it…
3
votes
1 answer

Implemented the Huawei Full ads SDK Ads on the GMS devices but Ads not coming Why?

I had implemented the Huawei Full Ads SDK Ads on the GMS devices and after that the ads were not coming up Why? Can anyone help me out? Thanks in advance!
3
votes
2 answers

Case Study Solutions to Google Maps Loading Failure for an App Released on AppGallery

After I have released an app on HUAWEI AppGallery, the app failed to load Google Maps. However, the problem did not occur in the same app released on Google Play Store.
3
votes
1 answer

Huawei appgallery api does not return comment list of an app

I try get comments list from app_id. I do everything as in the documentation, but I do not understand why I cannot get the list of comments. import requests import json import datetime,time from datetime import timedelta,datetime client_id =…
1
2 3
8 9