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
1 answer

HMS: Not able to enable account kit from manage API in AGC Console

I'm new to Huawei Account Kit Integration, not able to enable account kit from manage API in AGC Console. I'm Following below link for…
2
votes
2 answers

Failed to upload apk via Connect API

I am working on a python script to update the app on Huawei AppGallery via Connect API. I successfully fetched the token and upload URL but not able to upload the APK/AAB. Getting this error - {'result': {'CException': {'errorCode': 70001405,…
2
votes
1 answer

Cannot instance AGConnectFunction

I'm referring to this code lab here: Cloud Functions for Android apply plugin:'com.huawei.agconnect' ... dependencies { implementation 'com.huawei.agconnect:agconnect-function:1.4.1.300' } Besides that "configure the following address"…
2
votes
2 answers

HMS getToken returns null if app is installed from APPGALLERY

I build an app. I am using the HMS Push kit for notifications. It is working fine if I build apk and install it on a device directly. But if I install this app from Huawei AppGallery, it returns a null token to me. To get Token I wrote this code: …
2
votes
2 answers

Is there any suggestion on the database option to replace Firebase Firestore that can be work on Huawei devices? - Flutter

I am developing an application using Flutter and integrating some Huawei Kit into the application. My final aim is to deploy it into the Huawei App Gallary. However, I am using Firebase Firestore Database as the database for my project previously.…
2
votes
2 answers

Applying for Huawei ID and Health Kit

Is it necessary to apply for both services if my app is not going to the App Gallery or Play Store? I'm mainly developing this app for a college presentation so its not going to be released at all.
2
votes
1 answer

Convert GMS to HMS using HMS Toolkit

Good Day! I have an app publish on Google Play Store but I want to publish it into AppGallery, I`ve just converted my codes using HMS Toolkit. But I am a little bit confused on this hope everyone can answer my questions below: After Conversion I…
2
votes
1 answer

Flutter Huawei App Linking get info from link

i have implemented AppLinkin in my flutter app, and it works good, but i want to avoid the behaviour to open a new app instace In android i'm using singleTask in launchMode Also using this package app_links to handle the link each time the user tap…
2
votes
1 answer

HMS Core APK to install and run on x86

We do not have Huawei device yet so we want to use emulator for the mean time, the problem is HMS Core can only be installed on ARM while emulator usually run on x86 which is 10x faster. Even there is an ARM image available on AVD we can't rely on…
2
votes
1 answer

Error : react-native-agconnect-remoteconfig:bundleLibCompileRelease

I get this error when I generate a release APK. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-agconnect-remoteconfig:bundleLibCompileRelease'. > A failure occurred while executing…
2
votes
2 answers

appgallery connect.Upload package. An unknown error occurred. Please try again later

when I want to upload a new version of my apk after grab my app to upload it go fast to 60% . and stacks and never continue screen from console:
2
votes
1 answer

Case Study: Obtaining Parameters After Deep Linking a User to a Quick App

the home page of a quick app to singleTask and used a deep link to carry a parameter to the page. When the home page receives the parameter, the following situation occurs: The parameter could be received when I haven't opened the quick app. I was…
Basavaraj
  • 306
  • 2
  • 8
2
votes
1 answer

[AppGalleryConnectLinkManageService]the ios bundleId does not have permission

i wrote a method to generate link using Applinking Huawei fun generateLink(text: String, promo: String): Single = Single.create { emitter -> AppLinking.newBuilder() .setUriPrefix(Const.Deeplink.BASE_URL_APPLINKING) …
2
votes
1 answer

How to open developer page with all his apps on AppGallery

we can open this page on playmarket with scheme "market://dev?id=...", but on app gallery its not working. If we try open link like https://appgallery.huawei.com/#/tab/appdetailCommon%1234%7Cautomore%7Cdoublecolumncardwithstar%1234 with…
2
votes
2 answers

Many users who tell me that the (Install) button for my application is disabled at the Huawei App Gallery

The users keep telling me that they can't install the app because the App Gallery is disabling the install button of my app
KirubaPradeep
  • 287
  • 1
  • 7