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

Thanks

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

You can use the jarsigner tool from JDK.

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.