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

HMS and Huawei devices compatibility

I would like to know the product models compatibles with HMS. Such as Google : https://storage.googleapis.com/play_public/supported_devices.html However, I cannot find the corresponding document for reference. Can someone help me?
zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
-1
votes
1 answer

What's the difference between HUAWEI AppGallery Paid Promotion and Huawei Ads Publisher Services?

What's the difference between HUAWEI AppGallery Paid Promotion and Huawei Ads Publisher Services? Can I pay for ads with a credit card?
Big eco
  • 11
-1
votes
1 answer

paramiko in router huawei

friends, does anyone know why this code runs perfectly with cisco's router but with huawei router, it stays put and doesn't finish ? import paramiko ssh_RT =…
-1
votes
1 answer

ADB show permission error on Huawei Mate8

I've tried everything I've read in blogs but not even activating logs help the same keeps appearing in ADB C:\ADB>adb logcat -d -v time >.\log.txt int logctl_get(): open '/dev/hwlog_switch' fail -1, 13. Permission denied Note: log switch off, only…
-1
votes
1 answer

How to resolve the error code "2010010 " while running HMS Audio Kit Application?

When I am running HMS Audio Kit application getting an error code 2010010. How to solve the issue?
Nithin
  • 932
  • 7
  • 14
-1
votes
1 answer

Does HMS analytics supports for fragments?

I want to implement the HMS analytics in the fragment does HMS Analytics Kit supports fragments.
Basavaraj
  • 306
  • 2
  • 8
-1
votes
2 answers

How do I switch from a quick app to an Android app?

Can I switch from a quick app to an Android app? How to operate it?
user13703166
-1
votes
2 answers

HMS Cloud DB SDK UnsatisfiedLinkError No implementation found for AGConnectCloudDB instance

I followed the guidelines on Huawei Developer website about Cloud DB service.Then I just created a simple app trying to query data from Cloud DB and test it via Android Studio Emulator. But i am getting following error that make the app crush…
-1
votes
1 answer

Serious delay using Huawei MediaCodec decoding H264 rendering TextureView

"Huawei P30 uses MediaCodec hardware to decode the H264 stream, and then directly render it to TextureView for display." It is found that compared to other mobile phone platforms, the delay of Huawei P30 is about 200ms longer than other mobile…
user13703166
-1
votes
1 answer

Why do I get HMS Awareness Error Code 10102?

When I am Running HMS Awareness code getting an Getting an Exception Error "com.huawei.hms.kit.awareness.b.HHG:Error Code:10102 Desc:". After giving required location permission in the manifest, I am getting the same error code 10102.
Nithin
  • 932
  • 7
  • 14
-1
votes
1 answer

Does HUAWEI Analytics Kit support automatic resending for data that failed to be reported?

Data reporting may fail due to network errors or other causes. Does HUAWEI Analytics Kit support automatic resending of the data?
zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
-1
votes
2 answers

Local notifications not working when app is breaked on Huawei device [Xamarin.Android]

I have created a Xamarin.Forms app, but I am oriented to android platform. I have released the app in 2 devices: Samsung (Android 6.0 API 23) and Huawei (Android 6.0 API 23), the problem is on the huawei device, which when I want to create a local…
-1
votes
2 answers

How to use AppGallery for existing android application

What I currently have: I have a application running in Android Playstore What I am trying to do: I want to add this app in Huawei App Gallery Questions: What are the changes I need to do for this in code, If any ? Are there any blogs or article…
Devrath
  • 42,072
  • 54
  • 195
  • 297
-1
votes
1 answer

Huawei/honor devices & SQLiteBlobTooBigException

I have got SQLiteBlobTooBigException on huawei/honor Android 9.0 devices only. For 5k active installs. What the matter? String selectQuery = "SELECT * FROM " + tableName; if(!db.isOpen()){db=this.getWritableDatabase();} Cursor cursor =…
-1
votes
1 answer

Unity Project Input Method Incomplete Pop-up on Huawei Mobile Phone

When I click(or use InputField.Select or use InputField.ActivateInputField) the InputField on the huawei phone,the keyboard for the input method does not appear,only the input window appears at the bottom,I need to click the input window again,the…
lik
  • 1
  • 2