Last active
September 4, 2023 21:26
-
-
Save NaserKhoshfetrat/e3bcf227185513c3fe61a26e752533b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#check sign version v1 and v2 | |
java -jar .\apksigner.jar verify --verbose --print-certs .\test-app.apk | |
#check sign version v1, v2, v3, v4 which set by enableV3Signing, enableV4Signing | |
java -jar .\apksigner.jar verify -v -v4-signature-file .\test-app.apk.idsig .\test-app.apk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment