Questions tagged [huawei-developers]

Questions related to huawei-developers, for example: Safety Detect, AppGallery, Huawei AR, Huawei HiAi etc.

625 questions
5
votes
3 answers

How to detect huawei device models from other android models in flutter?

As my application is cross platform, there is not any problem to encounter, but when it comes to android, some issues appear such that Huawei mobile devices don't have ability to access google play anymore, and they have their own application store…
5
votes
2 answers

What is the equivalent of view.postDelayed(Runnable action, long delayMillis) in harmonyos?

I am creating a custom component in HarmonyOS using Java SDK, Where I have to perform some task after some delay with Component instance. In Android, we have postDelayed(Runnable action, long delayMillis) method in View class. So we can achieve…
5
votes
2 answers

I am having Huawei Site Kit Error Code:10017

Hi there I am getting this error while getting nearby locations. P.S My device has no sim card let me know if you think this will be a problem. responseErrorCode errorCode = 10017 errorReason = SIGNATURE_INVALID I have searched here but couldn't…
5
votes
2 answers

HMS Push notifications issue on HMS+GMS devices

I am encountering an issue regarding HMS on a Samsung device, which has GMS too. Huawei notifications are of two types: Data Messages (DM) Notification Messages (NM) Huawei device (HMS only) NM If we send NM, then the pushes arrive at the App in…
5
votes
2 answers

Launching Huawei Petal Maps Directions via Intent on Android

Is it possible to launch Huawei Petal Maps with navigation from point A to point B using intent just like in google maps? If yes, how?
5
votes
2 answers

What google services are banned in Harmony OS (here is a list that I have used in my android app.)

I need to upload my android apk file in harmony os and as google services are banned in this platform, I would have to use the alternative platform. Here is a list of google services that I have used. Please help me to distinguish what google…
4
votes
1 answer

Unable to get Huawei Mapkit to display a map (Used source code from the official codelab)

I tried following the instructions in the official codelab Here's a link to the corresponding source code: https://github.com/huaweicodelabs/MapKit What I did: Modified the packagename(AppGallery Connect portal doesn't allow apps with package-names…
4
votes
1 answer

Huawei Maps not responding to Offstage flutter

I have working maps with GoogleMaps in my app but now I need to upload my app to AppGallery and I am trying to do my functionality with Huawei Maps. However Huawei Maps not acting same as Google Maps and I don't know why. This is my app, map should…
4
votes
0 answers

How to start the "Users & accounts" settings page?

I'd like to show the sync settings for an AccountManager / SyncAdapter account - and the account is even created by the app which tries to show it (the content authorities would also match). But how to indirectly start the…
Martin Zeitler
  • 1
  • 19
  • 155
  • 216
4
votes
2 answers

Huawei auth service integration with .net core 3.1, unable to validate JWT

We have a react-native application running in production with firebase phone auth. Lately, we received feedback from users owning new Huawei devices not being able to authenticate with their phone numbers using firebase. Since a lot of users started…
4
votes
1 answer

If a Huawei device is supporting both GMS and HMS core then why HMS core is not working?

I am developing an app for android, on Huawei devices I am facing many issues. I am using FusedLocation and Notifications in my app due to which I had to develop another app for Huawei devices as many Huawei devices are not supporting GMS now. I am…
4
votes
1 answer

One app for mobile devices and TV's in Huawei AppGallery

My app is released in Huawei AppGallery for mobile devices and tablets. But my app has both interfaces for mobile and TV. I see that it's not possible to release one app for all device types like it is working on Google Play Store. I tried to create…
4
votes
1 answer

App stuck while trying to authorize health kit

i'm trying to get authorization for my app in order to be able to read and write heart rate for a huawei smart band. However, every time i start the app it gets stuck on the login screen as soon as the request for authorization begins... The app is…
4
votes
1 answer

Android 12 crash. Huawei services

In our app we have dependency: com.huawei.hms:base:6.1.0.302 and use HuaweiApiAvailability class. As result of calling this function PendingIntent getErrPendingIntent(Context var1, ConnectionResult var2) we have exception: Process: com...preview,…
4
votes
2 answers

How to detect double-tap in custom component in HarmonyOS?

I am creating a custom component in HarmonyOS using Java SDK, Where I have to perform some task on double-tap. But I am not able to detect double-tap event. In Android, with the help of GestureDetector class we can detect double-tap event as…
1
2
3
41 42