Forum Discussion

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

VRC.Mobile.Input.3

Hey there,

I submitted my build to the store and was denied because of VRC.Mobile.Input.3. When a user presses the back button on Gear, it brings them back to our main menu, and then when they press it again, it sends them to Oculus Home.

We were denied because this last back button click should take the user to the "Exit to Oculus Home" screen. Where can we access the assets for this screen? Is this "Exit to Oculus Home" screen included in the platform SDK download or something?

Or are supposed to create a custom UI that says, "Exit to Oculus Home" or "Cancel" for when a user presses the back button after they've been returned to the main menu of the app.

Please let me know, thanks!

3 Replies

Replies have been turned off for this discussion
  • kersk's avatar
    kersk
    Meta Employee
    @TheCheerio Hi! You can use OVRPlatformMenu.cs in our Utils pkg, or call OVRManager.PlatformUIConfirmQuit() yourself at the appropriate time based on your app's UI state. Calling that will invoke the "Exit to Oculus Home" system UI that is needed by this requirement.