Hi
Is there any way to check the certificate of an app (e.g. Amazon Mobile)?
decompile the apk or whatever?
Thanks
|
Hi Thanks
| |||
|
feedback
|
|
You can use the jarsigner tool from JDK. JDKFOLDER\bin\jarsigner.exe -verify -verbose -certs myAndroidProgram.apk | |||
|
feedback
|