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
- Open the command prompt
- goto JDK bin location
cd Program Files\Java\jdk\bin
- Now use the below command.
keytool -list -printcert -jarfile < >
No comments:
Post a Comment