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

Is it possible to create a firebase dynamic link which redirects to Huawei AppGalery on huawei devices

I have a flutter based mobile app and firebase dynamic link integration for Google Play and Apple App Store. I want to set rules for my firebase dynamic link redirection. To make clear: If a user came to firebase dynamic links on Huawei brand…
3
votes
2 answers

Disable Google Play Services warnings in new Huawei devices without GSM

After USA and Google restrictions on Huawei devices my app warn multi times that : App won't run without Google Play services, which are not supported by your device. Application has some dependency about google apis but there is no serious…
3
votes
2 answers

HMS Ads Kit - Could not resolve com.huawei.hms:ads-lite:13.4.29.303

Actually i was trying to implement ads but i did everything with instruction of codelab but this message is showing .... how can resolve this problem.?? ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve…
3
votes
1 answer

How to programmatically get the version of an app on Huawei AppGallery?

I know how it can be done for Google Play Store (answer here), but i didn't manage to find a way for AppGallery. Thank you! UPDATE #1 Using the answer below i partially solve this with this steps: Make an API Client with Administrator role, it also…
3
votes
1 answer

uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:react-native-hms-site]

While integrating react-native-hms-site sdk in the Android studio, build failed due to below error Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:react-native-hms-site] library might be…
Basavaraj
  • 306
  • 2
  • 8
3
votes
0 answers

Android 10: windowTranslucentStatus makes the status bar transparent

Before the Android 10 update on my Huawei phone my translucent status bar used to be a transparent black bar. Since the update it's completely transparent, but I don't want this behavior. Is this a Huawei bug? If not, how can I fix this?
Antonio Vlasic
  • 337
  • 3
  • 15
3
votes
2 answers

Does flurry analytics support iconic app on Huawei device without playstore/ GMS services?

Flurry analytics is used in one of the iconic app that is published on play store and work fine on non Huawei devices. Now releasing this app on Huawei app gallery and Huawei devices which doesn't support play store and GMS services. So will this…
3
votes
6 answers

Is it possible to implement Firebase Dynamic Links on Huawei devices?

I created android application which is using dynamic links FirebaseApp.initializeApp(context) Firebase.dynamicLinks .getDynamicLink(intent) .addOnSuccessListener(context) { successFunction(it) } .addOnFailureListener(context) {…
3
votes
4 answers

Android Studio cannot download com.huawei.hms:push:4.0.2.300

When inheriting the push service, add Huawei Maven repository under buildscript and allprojects according to the document. repositories { google() jcenter() maven { url 'http://developer.huawei.com/repo/' } // HUAWEI Maven…
user13545752
3
votes
1 answer

Huawei Toolkit can not analyze my project

I am trying to use Huawei Toolkit to understand my google dependencies in my project and add huawei services. However, every time, when I want to analyze the whole project and start new conversion, analysis does not complete and get an error like…
3
votes
3 answers

What is the equivalent of the cluster manager feature used in Google map on Huawei Map?

I am trying to implement Huawei Map Kit to my android project. As you know google provides cluster manager to group many items on a map based on zoom level. How can I implement same feature in Huawei Map?
3
votes
2 answers

Is there any emulator for Huawei p30

I have an android app which is working fine on Samsung, Google, Asus devices. But it is not working only for Huawei P30 devices, I want to test the app on Huawei devices, Is there any emulator for that.
Hemali
  • 61
  • 2
  • 7
3
votes
0 answers

HUAWEI MediaPad M5 Lite 10 returns screenLayout SCREENLAYOUT_SIZE_LARGE

How come this tablet wants to be screen layout size large? I have other tablets with worse resolution that display XLarge.. Our current application only displays in "tablet mode" if this method returns screen layout size XLarge. So, this tablet is…
PYR AV
  • 31
  • 2
3
votes
1 answer

android.database.sqlite.SQLiteException: no such table error on Huawei devices

Please help me with the error below which I get on Huawei devices only. I assume these devices store the database somewhere else... or...? Error message: android.database.sqlite.SQLiteException: no such table: places (Sqlite code 1 SQLITE_ERROR): ,…
Daniel V
  • 57
  • 7
3
votes
0 answers

Renderscript SigSegV crash affecting only Huawei Android 10 devices

I have an Android app published that uses Renderscript to generate a Bitmap image. For some reason I recently started to get a large uptick in the same error message on the Google Play Console (see below) that seems to only affect Huawei devices…