Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
XRAl's avatar
XRAl
Explorer
7 years ago

APK Signed With Signature Scheme V1

Tried building a unity project for the Quest store but consistently getting "The APK is signed with deprecated signature scheme V1. Please use V2 or V3 signing for this type of application." when trying to upload my alpha, I have set my keystore and have tripple checked I am using it, when the APK is created even apksigner shows it as v1 schema and not v2. What am I missing?!

apksigner.bat verify -v .\MyApp.apk

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
Number of signers: 1
No RepliesBe the first to reply