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
2
votes
2 answers

How to fix Blocking screen with content On my quick app pages?

On my quick app pages, some content may be blocked by the app menu. For example, the sign-in entry is blocked by the app menu in the following figure. Although the menu is configured to be movable, users do not know that they can move it. How can I…
2
votes
1 answer

Track user from web page to app install & open

I have a requirement where there is a promotional mobile web page where the user can click to download and install the app via AppGallery. When the user opens the app it should display custom content and record that back to our API based on the…
2
votes
1 answer

How can I change the developer name in Huawei AppGallery?

I registered alone using my real name just to upload the app, but I'd like the developer name be accredited to the team I belong to..
1
vote
0 answers

flutter huawei push notification from onesignal

when I set one signal setup and app gallery on my flutter code it said that the user is not subscribed and the user didn't remove or clear data any idea how to do it? and this is how i call one signal. await OneSignal.shared.setAppId('appid'); …
1
vote
1 answer

Firestore dependencies in Huawei developer console

I need to release an app that can be downloaded from Huawei's App Gallery . This would be my first time working in Huawei Developer Console . I am using Flutter and have an existing app . I understand that Google Mobile Services wont work . Is there…
1
vote
2 answers

Can US based company publish on Huawei AppGallery?

I have been researching online but I cannot find a clear statement. Is a US-based company allowed to publish apps on Huawei App Store or does the ban forbid it?
1
vote
1 answer

Add keywords to huawei app in huawei develoer console

I need to provide users with ability to search for my app in huawei app gallery like Apple's Keywords in app store , but i can't find the equivalent to it in huawei developer console
1
vote
1 answer

iOS Huawei App Linking - Deferred deep linking

TL;DR; Deep linking with the app installed works, however deferred deep linking doesn't worked. I m trying to implement the Huawei solution for App Linking. The version of the App Linking that I use is: pod 'AGConnectAppLinking', '~>…
1
vote
1 answer

[AppGalleryConnectDynamicLinkManageService]the allowed-uris cannot be empty

Hell family, i want help in me deeplink generation with huawei app connect gallery A error with app connect gallory on deeplink generation. I make installation with this documentation but i have this…
1
vote
1 answer

Getting this error while uploading game apk because of the app signature is different from that of the released version in AppGallery

I am trying to upload new apk with a keystore file and its giving this errors due to app signature is different from that of the released version. Please any one help me how to get the keystore file from the store which I have used for the previous…
1
vote
2 answers

HMS: Unable to reply to comment through API

Trying to reply to a customer comment using the API. Calling the reply to comment API The reply gets submitted and returns rtnCode for success Getting { ret: { rtnCode: 50010003, rtnDesc: 'param error' } } The API details that we use when we submit…
1
vote
2 answers

How to solve permission denied error on Huawei Cloud DB

I implemented the Huawei's Cloud DB and Auth Service into my project. After i create my Cloud DB Zone and Object Types i tried to use the executeUpsert() function of Cloud DB. But i got an error message that says "Permission Denied". Program…
1
vote
3 answers

How can I enable Huawei Push Kit? Authentication parameters needed

I do all the steps according to the Huawei documentation First, I enabled the Push Kit api through the Project Settings -> Manage Apis Then I go to the Grow -> Push Kit and turn on Push Kit there, after which I turn on precise messaging: After…
1
vote
2 answers

The app signature is different from that of the released version

I am trying to upload new apk with a keystore file and its giving this error. System says The app signature is different from that of the released version.
1
vote
2 answers

How to enable developer options on Huawei device (Cloud debugging) for using Fake GPS?

I don't have a physical Huawei device so I use Huawei Cloud Debugging to test my app. However, I can't test all features without using a fake gps location. I didn't find such a function in the emulator itself, so I want to do it with a third party…