1, please check your application signature.
You can look at it in two ways.
(1) View the apk of debug through Eclipse, as shown below:
(2) You can view the application of keystore signature by the following command.
Keytool-list-keystore e: \ trinea \ keystore \ appsearch.keystore, you will be asked to enter your signature password, which is android by default, as shown below:
2. Check the signatures of third-party applications or system applications.
Open the apk to be viewed with winrar, and extract the META-INF folder to obtain the certificate. RSA file, and print the certificate information through the keytool-print cert-file meta-INF/cert.rsa command, as shown in the following table for the WeChat certificate information:
You can view the MD5, SHA 1 and SHA256 values of the signature and signature algorithm.