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

HUAWEI ID login: Scope email address option getting as unselected

I have implemented @hmscore/react-native-hms-account to my react native application for login with Huawei Id. When I sign in with an id token, I want to get mandatory the obtain your email address option. But currently, the option is there but…
3
votes
1 answer

Not able to set the HarmonyOS SDK location. What to do?

After installed DevEco studio. I have to setting up a new project but, Showing following error Here I am not able to set the HarmonyOS SDK location, How to set sdk location?
3
votes
2 answers

What is the alternative class in Harmony OS for AccelerateInterpolator and OvershootInterpolator in Android OS?

I am writing a class in JAVA to port a library from Android to Harmony OS. In the Android code given below for the method onSelectedY(boolean, float, int), it requires a constructor of the class AccelerateInterpolator to be added to a method private…
3
votes
1 answer

How to use the device token to send downlink message

After checking the official document, the device_token can not be used for hms_server to send downlink message. If i want to access hms_server, i must request another oauth2 token. Is it mean both the device_token and hms_server_token should be…
3
votes
1 answer

Huawei maps throwing array out of bound exception on rendering

I implemented huawei maps, followed all the protocols explained by @shirley here. the maps is working fine for the first time. but while loading second time it creates a weird array out of bound exception with a crash on setContent view. and after…
3
votes
1 answer

Don't Create Threads in the preview window - Huawei Ads Implementation

I'm implementing the huawei ads in the android Application. I have go through all the https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/publisher-service-banner-0000001050066915 and successfully implemented the ads but android…
3
votes
1 answer

Branch IO Huawei Integration

i have an app integranted with firebase services, including Dynamic links Now i have made the integration with huawei and already published in app Gallery, but now i have troubles with deep links I have tried things like use deeplink of huawei…
3
votes
1 answer

How to deep link on Huawei devices?

With this intent filter, devices with google services offer the option of opening a link in an application or in a browser. Huawei devices open directly in the browser. How to make earn a deep link on Huawei?
3
votes
2 answers

Huawei CloudDB createObjectType() crash

Try to use below function: public void createObjectType() { try { mCloudDB.createObjectType(ObjectTypeInfoHelper.getObjectTypeInfo()); } catch (AGConnectCloudDBException exp) { System.out.println("##error " +…
3
votes
2 answers

How to get custom data

The custom tagged data defined in message payload like this. { "message": { "notification": { "title": "message title", "body": "message body" }, "android": { ... }, …
ccd
  • 5,788
  • 10
  • 46
  • 96
3
votes
1 answer

HMS Toolkit Conversion (G+H, HMS API 1st) Library (xmsadapter) Not Able to Import

I am trying to port my app from GMS to (G+H) using HMS Toolkit. After using the Toolkit Convertor, the following line throws an unresolved reference error on import org.xms.f.auth.ExtensionAuth asking to define xms. This obviously means the…
3
votes
2 answers

Case Study Solutions to Google Maps Loading Failure for an App Released on AppGallery

After I have released an app on HUAWEI AppGallery, the app failed to load Google Maps. However, the problem did not occur in the same app released on Google Play Store.
3
votes
2 answers

Prevent @hmscore to show initial popup if missing HMS on device

I am developing a mobile app with react native. The app is ready and finished for the iOS and Android platforms. However, I have to implement new functionalities in order to make my App working on Huawei devices (whose use HMS). I am currently…
shogitai
  • 1,823
  • 1
  • 23
  • 50
3
votes
2 answers

There is an equivalent of In-App Review for Huawei services

I just implemented the In - App Review SDK for my application. But this will work on devices that have Google services as I understand it. Is there an equivalent to In - App review for Huawei devices without Google services or in this case should I…
jeanf
  • 365
  • 1
  • 3
  • 12
3
votes
1 answer

Huawei appgallery api does not return comment list of an app

I try get comments list from app_id. I do everything as in the documentation, but I do not understand why I cannot get the list of comments. import requests import json import datetime,time from datetime import timedelta,datetime client_id =…