Android - Check the certificate of an app
Hi
Is there any way to check the certificate of an app (e.g. A开发者_运维百科mazon Mobile)? decompile the apk or whatever?Thanks
You can use the jarsigner tool from JDK.
JDKFOLDER\bin\jarsigner.exe -verify -verbose -certs myAndroidProgram.apk
精彩评论