Forum Discussion

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

Can't upload update to App Labs - "APK Not Signed" - Its signed.

Game is in Unity 2018.03. Just uploaded a build fine on 3/29. Went to upload a build today and I get "APK not signed" error. I've done the exact same build process I normally do, and it appears to be signed just fine using the same key I always use.

 

Anyone else having this problem?

2 Replies

  • I'm not sure what changed on Oculus' side, but manually signing with both v1 and v2 schemes seemed to resolve the error:

     

    apksigner sign -ks "my.keystore" --v2-signing-enabled true --v1-signing-enabled true latest.apk

    • Jesper2908's avatar
      Jesper2908
      Honored Guest

      How exactly did you do this? I am having the same issue.