I have submitted a game for review is rejected because the HMS Core (APK) update pop-up displays repeatedly. The mainly error log is : E/HMSSDK_X509CertUtil(11044): Not include alias 052root E/HMSSDK_X509CertUtil(11044): rootCert is null,verify failed E/HMSSDK_HMSPackageManager(11044): failed to verify cert chain E/HMSSDK_HMSPackageManager(11044): checkSinger failed E/HMSSDK_HMSPackageManager(11044): Failed to find HMS apk I/HMSSDK_AvailableAdapter(11044): HMS is not installed what does it means?
Asked
Active
Viewed 108 times
1 Answers
0
This error indicates that the hmsrootcas.bks certificate file is missing, which leads to the update failure of HMS Core (APK).
If you use the Maven repository to integrate the HMS Core SDK in Android Studio, the certificate file is automatically stored in the assets directory of the APK.
But if you directly download the SDK and integrate it into an Eclipse project, the file may be missing due to incorrect or missing operations. You can download and import the certificate file again by referring to the following document:

zhangxaochen
- 32,744
- 15
- 77
- 108