29 October 2023

How to verify the signature of your *.apk file?

 The easiest way to do it using the keytool command.

Example:

keytool -printcert -jarfile <apk_file>

No comments: