Skip to content

Instantly share code, notes, and snippets.

@NaserKhoshfetrat
Last active September 4, 2023 21:26
Show Gist options
  • Save NaserKhoshfetrat/e3bcf227185513c3fe61a26e752533b4 to your computer and use it in GitHub Desktop.
Save NaserKhoshfetrat/e3bcf227185513c3fe61a26e752533b4 to your computer and use it in GitHub Desktop.
#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