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.
Questions tagged [appgallery-connect]
106 questions
7
votes
5 answers
com.huawei.agconnect plugin not found
So I'm trying to add AppGallery connect gradle plugin to my android project using new Kotlin DSL syntax. But I'm getting error like this:
org.gradle.internal.exceptions.LocationAwareException: Build file 'D:\#KERJAAN\devbase\sample\build.gradle.kts'…

Jimly Asshiddiqy
- 335
- 4
- 15
6
votes
1 answer
Huawei Android AppUpdateClient - How to test it
I'm integrating in my app the Huawei services for publish in AppGallery.
I have integrated the AppUpdateClient
https://developer.huawei.com/consumer/en/doc/development/HMS-References/appupdateclient
I have published my app in AppGallery in "Open…

TizioIncognito
- 183
- 1
- 8
5
votes
1 answer
How to delete the draft version of an app on AGC?
After a new version was submitted for review, due to incorrect operation, another version was created, which looks like a closed beta version. This version is currently in draft status and has not been submitted for review.
How can I delete the…

Krishna M
- 180
- 8
4
votes
2 answers
Huawei auth service integration with .net core 3.1, unable to validate JWT
We have a react-native application running in production with firebase phone auth. Lately, we received feedback from users owning new Huawei devices not being able to authenticate with their phone numbers using firebase.
Since a lot of users started…

Reda
- 287
- 2
- 8
- 21
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…

Andrey M.
- 41
- 4
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?

Basavaraj
- 306
- 2
- 8
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!

kgsharathkumar
- 1,369
- 1
- 19
- 36
3
votes
1 answer
Task ':react-native-agconnect-remoteconfig:verifyReleaseResources' FAILED
I tried to build a release apk but I got this error. I checked the file. It exists!
* What went wrong:
Execution failed for task ':react-native-agconnect-remoteconfig:verifyReleaseResources'.
> A failure occurred while executing…

Emre D.
- 499
- 5
- 16
3
votes
2 answers
Huawei App Signing can not create zip file
In Huawei App Gallery I have to update an existing aab application. Site redirects me to App signing page and there are steps that I have to follow in order to sign the app successfully. These are the steps provided:
Obtain the pepk.jar file from…

Tenesuzun
- 93
- 1
- 9
3
votes
1 answer
Get appId with AGConnectServicesConfig failed
I have some doubts about this message in the logcat :
E/HMSSDK_AGCUtils: Get appId with AGConnectServicesConfig failed
If this error or message could give problems in the future since it is displayed when viewing the Maps Kit Map?
I have already…

syoukun
- 45
- 5
3
votes
1 answer
Is there any way to testing React Native project using HMS Toolkit cloud debugging?
I found huawei have HMS Toolkit Cloud Debugging for testing, is it support for React Native? or is there any way to install our apps into the cloud device?

Vina
- 139
- 7
3
votes
2 answers
Huawei CloudDB createObjectType() crash
Try to use below function:
public void createObjectType() {
try {
mCloudDB.createObjectType(ObjectTypeInfoHelper.getObjectTypeInfo());
} catch (AGConnectCloudDBException exp) {
System.out.println("##error " +…

Rob
- 31
- 2
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.

sujith E
- 214
- 1
- 7
3
votes
2 answers
What is the best practice to manage user profile when using Huawei Auth Service
When using Huawei AppGallery Connect Auth Service, I tried to get user profiles by using getPhone(), getEmail(), getDisplayName(), etc according to the reference from Huawei Developer Site. But for the most time, if not all the time, getEmail()…
user14845274
2
votes
1 answer
Getting error while updating app as bundle (.aab file) in Huawei App Gallery using Huawei Connect API
I tried to update my apps as bundle (.aab file) in Huawei App Gallery using Huawei Connect API.
I am facing below error:
Traceback (most recent call last):
File "/root/HMSPublishingAPI/uploadApk.py", line 222, in
…

Balaji
- 47
- 2