SyntaxFix
Write A Post
Hire A Developer
Questions
You can do this with the apksigner tool that is part of the Android SDK:
apksigner
apksigner verify --print-certs my_app.apk
You can find apksigner inside the build-tools directory. For example: ~/Library/Android/sdk/build-tools/29.0.1/apksigner
~/Library/Android/sdk/build-tools/29.0.1/apksigner