Questions related to huawei-developers, for example: Safety Detect, AppGallery, Huawei AR, Huawei HiAi etc.
Questions tagged [huawei-developers]
625 questions
4
votes
1 answer
HMS Core Playstore Version Cannot use Huawei ID Sign In
Firstly, I made an app with flutter, I just implement Account Kit and Scan Kit for the app. Well, I got a previous bug for using google pixel 3XL (AVD) API Level 30, then I tried to change it to Nexus 6 API Level 28, and it worked (the latest…

Theo
- 51
- 3
4
votes
1 answer
What can I do if my quick app was rejected and the error message indicates that an error has occurred?
When I submit my quick app for review in AppGallery Connect,my quick app was rejected and the error message indicates that an error has occurred? What does the message means?

Basavaraj
- 306
- 2
- 8
4
votes
2 answers
How to automate download Google signed universal APK to distribute outside Google Play?
I have app using Play App Signing. I want upload app to Huawei App Gallery. Google recommend to download signed, universal APK from bundle explorer and then upload to store outside Google Play.
If you also distribute your app outside of Google Play…

FlutterFirebase
- 2,163
- 6
- 28
- 60
4
votes
2 answers
Huawei AppGallery 6003 Error Code in release version
I removed the all gms related apis and added hms ones. My debug version is working awesome, I have the agconnect file in my project root. But If I download my app directly from appGallery, my hms core related apis are not working. (like pushkit and…

Tolgay Toklar
- 4,151
- 8
- 43
- 73
4
votes
2 answers
Huawei SMS retriever api is not working and Huawei devices
I am trying to retrieve OTP in Huawei device. but it is not working.
I have created the app in Huawei developer console with all the requirements.
Below is the code i am using to retrieve the sms.
private fun initSmsManager() {
val task =…
user9493328
4
votes
1 answer
Huawei AR Engine .obj file not rendering properly
I have an android app and I am using Huawei AR Engine Kit.
I have a model file with the .obj extension. When I add this file to my application after reducing its size in the application called blender, my model does not appear properly. I add them…

kubilay
- 70
- 7
4
votes
2 answers
Show prompt for HMS Core upgrade
I used getIapClient(Context context) in my app for object instantiation. The app could not work well with devices with older versions of HMS core.
How to make the app show a prompt for HMS core upgrade?
user14845274
4
votes
2 answers
How can I use Firebase/Google Analytics for analyzing user behaviors and logging specific events from huawei mobiles?
We are replacing firebase kits with HMS kits for HMS based mobiles (noGMS) for our app.
However, we still would like to stick and use Firebase/Google Analytics for analyzing user behaviors and logging specific events from huawei mobiles?
How it…

Serkan
- 90
- 6
4
votes
3 answers
Error Code 6003 Is Always Reported for the Push Service
I use huawei mate 30pro for push kit test, but i always get error code 6003.How to solve the issue?
user13545752
4
votes
2 answers
Huawei Push Kit Error : 907135701: scope list empty
I am implementing Push kit to my application, I have enabled the service from developer console and Huawei push SDK has been correctly integrated and I can see the app ID from agconnect-servicesjson to obtain the token. Which is…

Alize Dronna
- 197
- 7
3
votes
0 answers
Play Integrity alternative for China region
Google provides play integrity API for app integrity protection in android applications. But, since Google services are not available in China region, then what are the alternative APIs for integrity protection for Android apps in China (Huawei,…

Aakash Jaiswal
- 161
- 4
3
votes
1 answer
Android : How to detect the device is Huawei or not?
I am trying to find a way to detect whether the device is Huawei or not.
My app has a piece of code that causes a crash on Huawei devices, I want to avoid executing that code if the device is Huawei.
I don't want to use checks based on GMS & HMS…

Dhanaji Yadav
- 1,202
- 1
- 14
- 22
3
votes
1 answer
RxJava observeOn Main Thread in Android/HarmonyOS
I am developing Huawei HarmonyOS app, and I am trying to implement a base class for background tasks with RxJava. My problem is that I don't know how to observe on the main thread.
On regular Android I would use AndroidSchedulers.mainThread().
But…

Maros Zelo
- 53
- 7
3
votes
2 answers
Huawei App Signing can not create zip file
In Huawei App Gallery I have to update an existing aab application. Site redirects me to App signing page and there are steps that I have to follow in order to sign the app successfully. These are the steps provided:
Obtain the pepk.jar file from…

Tenesuzun
- 93
- 1
- 9
3
votes
3 answers
Huawei. Obtain data(title, body, sentTime) from notification by using Push Kit. Xamarin Forms
Im trying obtain data from notification, when my app is closed and when app is just in background. I get notification, tap on it, and in MainActivity(from android project) i want to obtain data.
I can do it when my app is open, by HmsMessageService…

Jack The Healer
- 116
- 10