Surprise ! today I try to upload a new build on Oculus platform and this message appear:
APK Signed With Signature Schema V3
APK is signed with Signature Scheme V3, which is not yet supported. Please disable signing with Scheme V3 and upload again.
I always published build (24) with same project and setup…
Already uploaded several times one month ago without any issue with internal build method but now the Oculus tools command tells me the app is signed with V3 and need to be signed with V2.
if I check the apk with apksigner I got:
Verified using v1 scheme (JAR signing): true
Verified using v2 scheme (APK Signature Scheme v2): false
Does that mean the apk signature is not even in v2 ?
Gradle is not building the app. I will try to fix that first.
Just had the same issue. Made a build in December using unity 2018.2.6 and uploaded fine. Made build today with same version of Unity and getting the V3 message :o
For me neither the gradle works nor the app is getting uploaded because of the v3 signature schema. Don’t know how to resolve this error. Can anyone help me?
(Mobile) You’ll need to either switch the AndroidBuildSystem to internal or export a Gradle project and modify the SigningConfig in the build.gradle file to include v1SigningEnabled=true, v2SigningEnabled=false.
@carsonherrick did you ever figure it out? @Ostwind - imho it’s relevant since the issue is really about controlling the signing scheme, whatever it may be…