cancel
Showing results for 
Search instead for 
Did you mean: 

How do I sign apps for the Oculus Quest?

MaxSMoke777
Expert Protege
I've tried to sign my apps the same way I did for Google Play Store, but App Lab won't accept them. There must be some new way to sign apps I'm not aware of. Can anyone who's successfully submitted to App Lab tell me how they signed their apps in the Unreal Engine? 
2 REPLIES 2

Alexotronic
Explorer
I ended up needing to change minsdk (in project settings) from 25 to 23 in order for "v1 signing" to read 'true'

https://developer.android.com/studio/command-line/apksigner
navigate your command directory to apksigner (C:\Users\myusername\AppData\Local\Android\Sdk\build-tools\30.0.2 for me) and use 'apksigner verify --verbose pathtoyourapk\app-name.apk' to check

https://developer.oculus.com/distribute/publish-mobile-app-signing/

MaxSMoke777
Expert Protege
Changing the version requirement worked, the Oculus Tool let me upload. Thanks for the info, I was completely stumped.