How do i go about getting the details of the certificate an apk was signed with. I have a bunch of apks signed with different certificate and I am trying to group them based
without unpacking you can use ApkSigner from Android SDK and following:
apksigner.jar verify --print-certs myApplication.apk