Reputation: 31
Before re-uploading my updated APK to Google Play, I've used apksigner to confirm that its signature will be verified successfully on all versions of the Android platform that it supports. I got this result:
Verifies
Verified using v1 scheme (JAR signing): true
Verified using v2 scheme (APK Signature Scheme v2): false
Verified using v3 scheme (APK Signature Scheme v3): false
Do all three schemes need to be true
? If so, what do I need to do on the command line to make the v2 scheme and v3 scheme true
as well?
Thank you.
Upvotes: 1
Views: 3113