Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?


2 Answers

Check out the troubleshooting guide here.

What does result code 6003 mean?

Inconsistent certificate fingerprint configurations.

  1. Ensure that the certificate fingerprint packed in the app on your device is consistent with that configured through SHA-256 certificate fingerprint in AppGallery Connect. For details, please refer to Getting Started.
  2. HMS Core (APK) will cache the signature file. You need to find HMS Core (APK) on the Apps page of your device and clear its cache, restart your app, and perform the previous operation again.
like image 180
Adi B Avatar answered Sep 13 '25 17:09

Adi B


Check the configuration information such as the certificate signature of the application.

The SHA256 fingerprint may not be configured or incorrectly configured on the AGC.

Check whether the debug version and release version use different signature certificate.

like image 34
skylinnn Avatar answered Sep 13 '25 17:09

skylinnn