Search code examples
androiddecompilingdecompiler

Android - Check the certificate of an app


Hi
Is there any way to check the certificate of an app (e.g. Amazon Mobile)?
decompile the apk or whatever?

Thanks


Solution

  • You can use the jarsigner tool from JDK.

    JDKFOLDER\bin\jarsigner.exe -verify -verbose -certs myAndroidProgram.apk