All Oculus Quest developers MUST PASS the concept review prior to gaining publishing access to the Quest Store and additional resources. Submit a concept document for review as early in your Quest application development cycle as possible. For additional information and context, please see Submitting Your App to the Oculus Quest Store.
Debug Your Browser Content
You can use the Chrome Developer Tools to debug and inspect your site in Oculus Browser. You can debug remotely either over USB or Wi-Fi.
Enabling USB Debugging on Oculus Go and Quest
To configure your device for USB debugging:
Open the Oculus companion app on your phone.
Select your Oculus device in Settings.
Tap on More Settings
Tap on Developer Mode
Turn on Developer Mode
Enabling USB Debugging on Samsung Gear VR:
To configure your device for USB debugging:
Open the Settings menu on your device.
Select About device.
Locate Build Number.
Tap Build Number seven times. The developer options notification appears.
Return to the top level of device settings, and then select Developer Options.
Enabling Gear VR Developer Mode
Gear VR Developer mode speeds up your development workflow by letting you run VR applications without inserting your device into the Gear VR headset.
Locate the adb tool if it is not already in your path. On Windows, it is typically located in C:\Users\{user}\AppData\Local\Android\sdk\platform-tools.
In the terminal window, enter adb tcpip 5555
Open the Settings menu on your device.
Select About device > Status and obtain the IP address of your device.
In the terminal window, enter adb connect *x.x.x.x*:5555 where *x.x.x.x *is the IP address.
Starting a Remote Debugging Session with Chrome Developer Tools
After browsing to your web site in Oculus Browser, you can debug it remotely using the Chrome Developer tools.
To start a remote debugging session:
Browse to your site in Oculus Browser.
Launch Google Chrome and then open the developer tools.
From the menu in the upper-right corner of the dev tools, Select More tools > Remote devices to open the Remote devices tab.
Select your device from the list on the left.
Click the Inspect button next to the Oculus Browser tab you wish to debug.