Monday, 26 December 2016

Getting signatures from apk

Here is the command to get the signatures of apk to know the apk is generated with which keystore..

- Open the command prompt
- goto JDK bin location
cd Program Files\Java\jdk\bin
- Now use the below command.
keytool -list -printcert -jarfile &lt &gt

No comments:

Post a Comment