Questions regarding the Huawei AppGallery. Huawei AppGallery is Huawei's official Android Application store.
Questions tagged [appgallery]
122 questions
1
vote
0 answers
How can i solve Huawei AppGallery Failed to obtain the authentication code
I am getting Failed to obtain the authentication code while uploading signed app.
Here is the image:

abdul h jada
- 19
- 2
1
vote
2 answers
How to open the Huawei AppGallery store with Cordova?
How do I open the Huawei AppGallery that points to a specific app directly?
I know that is possibile to do it natively in Android, but I need to do it with plain Javascript for a Cordova application

peterdest
- 285
- 3
- 11
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…

MujtabaFR
- 5,956
- 6
- 40
- 66
1
vote
1 answer
AppGallery Connect App Signature failed to upload public key with "DSS Handle Fail" error
I am trying to enable Huawei AppGallery Connect App Signature functionality to support uploading my App Bundle. When I try to upload the signing key, AppGallery Connect gives me an error message saying that it failed to upload the public key.
I…

wchw
- 65
- 7
1
vote
0 answers
AppGallery Connect Dynamic Ability library exports incorrect Proguard rules that disables compiler optimizations
I am trying out AppGallery Connect Dynamic Ability at the moment. I've found out that current Dynamic Ability library exports incorrect Proguard rules which disables compiler optimization. This causes large app size regression after compilation.
The…

wchw
- 65
- 7
1
vote
2 answers
Huawei AppGallery: Linking to an app in the store listing
is there a possibility to link to an application listing on AppGallery?
On google we would tipically do this:
http://play.google.com/store/apps/details?id=com.example.myapp
I found this page:…

Andy Res
- 15,963
- 5
- 60
- 96
1
vote
2 answers
Malware inside apk after building with flavor
I'm currently trying to publish my app on huawei appgallery.
for in app purchases the package name of the app has to end with ".huawei".
so I added a flavor to the build.gradle as they suggested.
flavorDimensions "default"
productFlavors {
…

Rupert
- 76
- 1
- 2
1
vote
1 answer
check playerSSign fail
When verifying the signature, the background server displays {"rtnCode":-1,"errMsg":"check playerSSign fail"}
The data provided by the client is
if(huaweiid != null){
PlayersClient player = Games.getPlayersClient(this,…
user13703148
1
vote
2 answers
How to send notification to phone without play store (like huawei)
How to send notification to phone without play store installed (like Huawei). I know that Huawei use appGallery but how to send notification to those phones ?

zeus
- 12,173
- 9
- 63
- 184
0
votes
1 answer
Huawei Ads Kit (Monetization apps) from account registered in my country as individual not allowed?
I'm trying to integrante Huawei Ads Kit to my apps published to Huawei AppGallery.
Is it correct that I have to do it on the following page from the screenshot?
But the problem that I see the following page when I select it:
Does it mean that I'm…

user924
- 8,146
- 7
- 57
- 139
0
votes
0 answers
Problem when upload apk to AppGallery Huawei
While uploading apk to app gallery account I'm facing this error "Your App contains wallet functions. Please upload it again with a company account and provide the relevant qualification license or authorization.".
Please guide me how to fix…

AMMAR ELHAMDO
- 519
- 4
- 12
0
votes
1 answer
Hms Cloud bd get error code: 8 message: please close CloudDBZone first. On android Studio
After HMS Cloud DB implementation I get error it is about I deleted table on cloud bd before close. How can I fix that problem?
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
…

Emine Sa
- 31
- 3
0
votes
1 answer
Prepare app for both app gallery and google play store
Which is the best practice way to prepare app for both app gallery and play store release
Searching web i found few approaches:
-(1)using flavors (one for googlePlay and one for appGallery) each defining same boolean field "isHuawei" ( no for…

BejanCorneliu
- 65
- 3
- 13
0
votes
1 answer
How to make Test account for app gallery?
I want to submit an app to the app gallery, but it required a test account and I don't know how to add one like the firebase console.
enter image description here
0
votes
0 answers
Huawei startResolutionForResult needs an update
I have a huawei app with IAP so there is a code snippet
if (status.hasResolution()) {
try {
status.startResolutionForResult(activity,REQ_CODE_BUY)
} catch (exp: SendIntentException) {
…

sheko
- 516
- 4
- 15