Questions tagged [huawei-developers]

Questions related to huawei-developers, for example: Safety Detect, AppGallery, Huawei AR, Huawei HiAi etc.

625 questions
36
votes
6 answers

Huawei Mobile Services SDK violation Device and Network Abuse policy

Your app contains content that doesn’t comply with the Device and Network Abuse policy. We found your app is using a non-compliant version of Huawei Mobile Services SDK which contains code to download or install applications from unknown sources…
VIISHRUT MAVANII
  • 11,410
  • 7
  • 34
  • 49
34
votes
11 answers

How to open the Huawei AppGallery directly?

I know that is possible to open my app (based on package name) in Google Play Store, but how to do same in Huawei AppGallery?
Michalsx
  • 3,446
  • 5
  • 33
  • 46
17
votes
3 answers

huawei App Signing Export and upload key and certificate

I would like to upload my app to the Huawei App Gallery. I am stuck at the App Signing process. To perform App Signing, you will need to choose one of 2 options: Let AppGallery Connect create and manage app signature for you (recommended and…
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
9
votes
2 answers

Conflict with Huawei HMS plugin in android with gradle 7.0.0

I'm getting this error with Gradle 7.0 while it was working fine for 6.8.3 agcp-gradle-7-error AGCPlugin FAILURE: Build failed with an exception. What went wrong: A problem was found with the configuration of task ':app:processDebugAGCPlugin' (type…
8
votes
1 answer

Huawei Push Kit - com.huawei.hms.common.ApiException: 6003: certificate fingerprint error

I received a "push token failed, com.huawei.hms.common.ApiException: 6003: certificate fingerprint error." I don't know what's going on here.
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'…
7
votes
3 answers

Is it possible to identify from the user-agent if a Huawei device is NOT supporting google services?

I would like to check in my Google Analytics how big a proportion of my user base is using Huawei devices which are no longer using google services but instead using App Gallery etc. I was wondering if I could e.g. look for specific OS versions in…
7
votes
3 answers

HmsMessageService onMessageReceived not called

I implemented Huawei Push Kit. onNewToken is called after app started. I want to use onMessageReceived. When I send push notification to client, push notification appears on android but onMessageReceived is not triggered. I added below codes to…
6
votes
2 answers

Huawei Map not loading tiles

I have followed the documentation here and here (which are pretty straight forward), but the map view does not load any tiles. I use HMS Toolkit, and the Configuration Wizard results in success. I also have set my api key, using this line in both my…
6
votes
3 answers

Ad failed to load with error code 0(internal Error) - Huawei Ads Implementation

I m getting the above error continuously in demo Application. I have HMS core Version 5.0.0.329(Initial Version). My internet connection is stable. I have created test application on app gallery that has been approved but still same error. No luck…
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

HMS core Map kit, map loads but no rendering

I am testing the map kit from Huawei. The app has been created in App Gallery Connect and I did all the steps. Other HMS services working just right. All my dependencies are right. So, I use a view to represent the map. The onMapReady is called,…
Thelouras
  • 852
  • 1
  • 10
  • 30
5
votes
1 answer

HMS Toolkit cannot be found in Android Studio Marketplace

I am trying to Install HUAWEI HMS Toolkit by doing this: Windows: Start Android Studio, go to File > Settings > Plugins > Marketplace, enter HMS Toolkit in the search box.. But nothing found in the list.! Any help will be appreciated.
Afeef
  • 71
  • 6
5
votes
2 answers

Maps kit crashed as soon as the user try to open it

we have issue with hms react native map kit, during development we used cloud device and we don't have issue with showing maps on p40 & m30 devices Later on some huawei devices user can't open the maps without app crash & closed (Honor 8x &…
1
2 3
41 42