Questions tagged [huawei-mobile-services]

Use this tag for programming questions relating to HMS Core. HMS Core is an assortment of open device and cloud capabilities provided by Huawei Mobile Services (HMS). Noteworthy capabilities include: Account Kit, In-App Purchases (IAP), Push Kit, Game Service, Location Kit, Map Kit, Ads Kit, and ML Kit.

HMS Core is a collection of basic mobile service end-to-cloud capabilities, dedicated to helping developers build high-quality apps with minimal hassle.

HMS Core Kits

App Services

  1. Account Kit ()
  2. Ads Kit()
  3. Analytics Kit ()
  4. App Linking
  5. Awareness Kit
  6. Drive Kit
  7. Dynamic Tag Manager
  8. Game Service
  9. Health Kit
  10. Identity Kit
  11. In-App Purchases ()
  12. Location Kit()
  13. Map Kit()
  14. Push Kit ()
  15. Quick App
  16. Scan Kit
  17. Site Kit
  18. Wallet Kit

Graphics

  1. Accelerate Kit
  2. AR Engine
  3. Computer Graphics Kit
  4. GameTurbo Engine
  5. Scene Kit

Media

  1. Audio Engine
  2. Audio Kit
  3. Camera Engine
  4. Image Kit
  5. Panorama Kit
  6. Video Kit
  7. WisePlay DRM

AI

  1. ML Kit()
  2. HUAWEI HiAI Foundation
  3. HUAWEI HiAI Engine
  4. HUAWEI HiAI Service

Smart Device

  1. CaaS Engine
  2. Cast Engine
  3. DeviceVirtualization Engine
  4. OneHop Engine
  5. Share Engine

Security

  1. Fast Identity Online(FIDO)
  2. Safety Detect
  3. LocalAuthentication Engine
  4. DataSecurity Engine

System

  1. hQUIC Kit
  2. Nearby Service
  3. Wireless Kit

Resources

Join to keep up with latest news and activities of HMS Core. Community where you can exchange insights, discuss puzzles and share experience with developers.

Get the latest open-source code examples to help you easily integrate HMS Core capabilities. Participate in open source project, contribute valuable suggestions about code example improvement to benefit more developers

The HUAWEI Codelabs provide a technical guidance, tutorial and hands-on coding experience. For example, enabling HUAWEI Account Kit, enabling HUAWEI Map Kit, etc.

The video courses help introduce the features, usage scenarios, and benefits corresponding to HMS Core Kits, as well as explaining how best to integrate and implement them.

  • Technical Support:

Europe: developereu@huawei.com

Asia-Pacific region: developerapac@huawei.com

Latin America: developerla@huawei.com

Middle East and North Africa: developermea@huawei.com

South Asia: developersa@huawei.com

1390 questions
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…
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
6
votes
1 answer

Android Studio debugger crashes/stops on breakpoint, when debugging on my Huawei phone

After the debugger reaches the breakpoint, the app process stops and after a little time (2-3 seconds) the debugger disconnect itself. But only if i debug with my Huawei phone (EMUI 10). These are the last 3 lines from the log: D/:…
6
votes
2 answers

Huawei, Honor phones battery optimisation, Foreground Service

This question may looks very broad but I will try to sum up as short I could do. So I am replicating a sample app on Play store Multi Timer Free App is for setting Multiple Timers. I have almost completed the app. but I am facing some issues of…
Qadir Hussain
  • 8,721
  • 13
  • 89
  • 124
6
votes
2 answers

Will firebase and googlemaps work in huawei-mate 30

What is the scenario: I have an application that is installed on an android device It is using GoogleMaps & Firebase Question: Will GoogleMaps and Firebase used in the application work on future Huawei devices? Since Play Store nor GoogleServices…
Devrath
  • 42,072
  • 54
  • 195
  • 297
6
votes
3 answers

Pre Launch report issue with Huawei Mate 9

For several days now every time I release an APK I get a pre-launch report that it failed on Huawei Mate 9. The report doesn't say much, the log doesn't have any crashes in it. The only thing I can see that is odd is that it claims my app has a…
casolorz
  • 8,486
  • 19
  • 93
  • 200
6
votes
2 answers

Android Studio: Trouble connecting Huawei device to Android Studio?

I'm new to Android Studio and at the moment i'm trying to run my Android Studio apps on my device (HUAWEI P20 PRO) but nothing works for me. Android Studio doesn't show my device in AVD manager. Can you tell me what I've missed? USB debugging is…
DLO
  • 914
  • 1
  • 13
  • 30
6
votes
2 answers

Getting data from a wearable device in a custom application

I'm planning to create a fitness android application. Among other things, I want some integration with wearable devices. The device I have at hand now is an Honor Band 4 (Huawei). I haven't found any clear explanations of how to approach this…
Mita_
  • 753
  • 1
  • 7
  • 10
6
votes
1 answer

App crash on Huawei P8 Lite; works fine on other devices

My app doesn't start on Huawei P8 Lite, but it works fine on other devices. I searched for the problem a long time, but I couldn't find a solution that works. My app ran all the time without problems. Then I fixed a few problems and got the startup…
6
votes
0 answers

Error permission com.huawei.android.launcher.LauncherProvider

I have a problem with permission on android 6. I'm trying to upload a file from the device to the server. If I try with the android emulator there is no problem. The app asks for permission and the uploads the file on the server. Instead if I try to…
mary
  • 83
  • 2
  • 8
6
votes
0 answers

all Huawei, Honor, Xiaomi on Marshmallow: Notification small icon always set to app icon

on all Huawei, Honor, Xiaomi with Android Marshmallow (custom ROM for dual SIM), the notification small icon setSmallIcon is always set to the default app activity icon, I have not been able to put my own as it should. The large icon setLargeIcon is…
6
votes
2 answers

BroadcastReceiver works for a while, then stops

I'm developing an android app that responds to incoming calls. I've set up a broadcast receiver, set the permission and intent filter in the manifest file, and a lot of the time, it works. I can kill all apps, reboot the phone and it still works..…
David McEleney
  • 3,397
  • 1
  • 26
  • 32
5
votes
0 answers

Is there a way to avoid opening the link in browser

When using Huawei App Links (Because Firebase dynamic link doesn't work for Huawei App Gallery), this is the kind of long link that is…
Housefly
  • 4,324
  • 11
  • 43
  • 70
5
votes
0 answers

what is necessary to run avd with an arm64-v8a image on a linux server

some processor characteristics Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Model name: Intel(R) Xeon(R) CPU E5-1650 v3 @ 3.50GHz when I start the avd, I get an error: PANIC: Avd's CPU…
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 &…