Questions tagged [huawei-account]

Use this tag for programming questions relating to the Huawei Account Kit. It is one of the services provided by Huawei HMS Core for developers. Account Kit is a user account service that provides developers with sign-in and authorization functions.

Huawei Account Kit is a user account service that allows a user to authenticate to Huawei ecosystem services and be granted authorization to access them.

Resources:

43 questions
2
votes
4 answers

Huawei Account Kit not working, how to implement?

trying to implement Account Kit into our app and it is not working. Using com.huawei.hms:hwid:5.0.3.301 and on signin, blank activity is shown. Hitting back button from this blank activity, log would show onActivityResult 1002 0. Tried building the…
1
vote
0 answers

HMS: crash after integrate com.huawei.agconnect:agconnect-auth:1.6.4.300

I'm going to use Facebook and google login service, so we integrated com.huawei.agconnect:agconnect-auth:1.6.4.300. However, after integration, the game crashes. as shown below
1
vote
2 answers

How to verify Huawei ID on the server side using PHP

On the Android App, I managed to retrieve the token using AGConnectAuth. Now I would like to verify that token on the server-side using PHP. Any idea? I tried call https://oauth-login.cloud.huawei.com/oauth2/v3/tokeninfo with the param…
1
vote
1 answer

After the login is successful, the game information is displayed on the top of the app

After the HUAWEI Account Kit is integrated, a game message is displayed at the top of the app. How can I disable this message?
1
vote
1 answer

HMS Push Service Security Vulnerability

Our security team found insecure functions that exist in Push Kit libraries and would like to know whether it would be fixed in upcoming versions or it will stay and we have to accept the risk or if there is any customization can be done to overcome…
1
vote
1 answer

The Huawei Account Kit is integrated into the my Harmony app. After the fingerprint is set, still get error code 6003

Error 6003 is reported when the API of the account kit is called for sign-in, and The certificate fingerprint has been configured on the AGC, still get error code 6003. Here's the log: 11-02 10:18:01.407 2876-4650/com.example.hellohuawei I…
1
vote
1 answer

While setting up DevEco I am not able to set the HarmonyOS SDK path, What is the issue?

While setting up DevEco I am not able to set the HarmonyOS SDK path, What is the issue?
1
vote
0 answers

Huawei HMS: upgrading hint isn't called normally

I would like to publish an app in Mainland China through Huawei AppGallery. The app was rejected with this error: "We found that the upgrading hint isn't called normally when starting your app / logging in to a Huawei account / calling payment on a…
1
vote
1 answer

Account Kit can't be built in my flutter project

well before that I still haven't solved the problem of Huawei sign in link: https://forums.developer.huawei.com/forumPortal/en/topic/0201616708664590094?fbclid=IwAR2j7upjI62ISMICdVh9_MgArtzVbAFMXJ26vpfSh3t5wZ991tOuOsF06D8 in debug mode which I run…
1
vote
2 answers

Huawei AGConnectAuth Phone number authentication error: ONLY ONE String Field can be annotated as Url

i want to use phone authentication in my app. When i run the app in android studio, the feature is working fine. But when i install the released app from app gallery, i' ve got this error : "ONLY ONE String Field can be annotated as Url" This is…
1
vote
0 answers

Telnetting with Perl to OLT MA5608T

I need help with Net:Telnet. Trying to connect to Huawei OLT M5608 terminal. When using normal telnet from console it works fine. I can connect and issue commands, but when i try the same from Perl, it not connects, waitfor just timeouts and…
1
vote
1 answer

Huawei Account Kit Automatic phone verification is not working

I have been trying to make the automatic phone verification work, but it does not fill the verification. public class MySMSBroadcastReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { Bundle…
Zinna
  • 1,947
  • 2
  • 5
  • 20
1
vote
3 answers

I faced an error when trying to create device in cloud debugging on Huawei developer console

On the loading page, I stuck with an error that says "Sign-in has expired". Although I tried to log in again but still shows the same behaviour on the cloud debugging page.
1
vote
2 answers

How to release app for testing on Huawei App Gallery

In the Huawei Store, we could publish an app upgrade via "Version/Upgrade" menu. But once we publish it will directly appear in the store. Is there any way to publish an app on the Huawei developer console for testing like Beta/Alpha texting in the…
1
vote
1 answer

Huawei Auth service code: 490 cse internal bad request

I am using huawei auth service in my app. Sometimes, when the user is logging in with the huawei id, I get the code: 490 cse internal bad request error. What is the cause of this error? Screenshot