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

Get appId with AGConnectServicesConfig failed

I have some doubts about this message in the logcat : E/HMSSDK_AGCUtils: Get appId with AGConnectServicesConfig failed If this error or message could give problems in the future since it is displayed when viewing the Maps Kit Map? I have already…
3
votes
3 answers

Unable to get Notifications on Huawei devices with HmsMessageService (HMS push kit)

I am using HMS push kit to get notification. Notifications were working fine about 1 week ago, but now when I re run that code, it is not working. I cross checked all the things but unable to find anything. Dependency which I am using…
3
votes
1 answer

Is there any way to testing React Native project using HMS Toolkit cloud debugging?

I found huawei have HMS Toolkit Cloud Debugging for testing, is it support for React Native? or is there any way to install our apps into the cloud device?
3
votes
1 answer

Is it possible to send push notification from OneSignal to Harmony OS?

We will make an application which will run on Harmony OS devices, so is it possible to send push notifications from OneSignal to any Harmony OS devices.
3
votes
1 answer

Error "Could not find com.huawei.hms:location:6.0.0.302" while adding Huawei Kits

Following agc-get-started-android and having Project level build.gradle: buildscript { repositories { google() mavenCentral() maven {url 'https://developer.huawei.com/repo/'} } dependencies { classpath…
3
votes
1 answer

Huawei Map Kit React Native not render the map

After following huawei setup docs https://developer.huawei.com/consumer/en/doc/development/HMS-Plugin-Guides-V1/preparedevenv-0000001050032222-V1, maps still not render on our apps.. It just showing blank screen without any error show, on both…
3
votes
2 answers

CRASH on Android 12 while using Huawei app service dependency, with build tools 31

We have implementation of "com.huawei.hms:appservice:$huaweiAppService" WHERE huaweiAppService = '6.1.0.301' And there is a crash: java.lang.IllegalArgumentException: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or…
lazexe
  • 367
  • 4
  • 19
3
votes
1 answer

Huawei. Automatically Reading an SMS Verification Code

I'm using "ReadSmsManager.StartConsentAsync" and it works fine. But i have a question: Official documetation says: "Enables the service of reading SMS messages until the SMS messages that meet the rules are obtained or the service times out (the…
3
votes
3 answers

Native Ads MediaView doesn't match constraint in Huawei Ads Implementation

I’m implementing the Native Ads in Android using Native Ads - Huawei documentation. When I come across to change the height of the MediaView according to Screen Size (0 dp), I have found that it couldn't be changed. Even though I have implemented…
3
votes
1 answer

Integrate Huawei Mobile Services in React Native app based on Expo

I have developed an app with React Native based on Expo SDK, how can I integrate HMS in my project to make it work for Huawei devices? Shall I introduce conditional branches to either use expo-location instead of hms location or viceversa or is…
3
votes
1 answer

Crash Executing Android APP targeting API 31 with Huawei HMS Base 6.1.0.302 on Android 12

I have updated my application for target API 31 and now i am having crashes in runtime when executing only in phones with Android 12. The crash is: E/AndroidRuntime: FATAL EXCEPTION: HuaweiApiManager Process: com.example.myapp, PID: 4873 …
3
votes
1 answer

Huawei ML kit Exception while downloading Model

I’m using the Huawei ML Kit for on-device translation, but downloading the model always shows the Exception. I’m following the Huawei Doc On-device Translation. I have tried the following code, but yet I am getting the Exception continuously. File…
3
votes
1 answer

Is there a best practice integration of Braze with push_kit HMS - Flutter

Do you know if there is any best practice or steps to follow to integrate Braze SDK with Huawei push_kit into a Flutter project?
3
votes
2 answers

Huawei Push Kit API - get Push Id from rest Api

I am trying to send notifications to my android app via HMS push with Rest api. The system works, but I can't find an api to find the Push Id (Token). { "validate_only": false, "message": { "notification": { "title":…
3
votes
2 answers

Huawei sign in failed with status code 28

Even though I used last sdk, Huawei sign failed with status code 28. What causes this error?
Abdullah
  • 231
  • 2
  • 11