Suspending apps on XBox

Hi,

We released a universal title for Windows 10/XBox - it all seems to work fine but we had a notification from Microsoft that our game would be removed unless we fixed an issue on the XBox. When the player hits the ‘b’ button they want the app to be suspended but I can’t figure out how to do that - I can use Application.Quit but that closes the app completely. Does anyone know how to suspend it so it becomes windowed in the XBox OS?

Thanks

I’m still trying to figure out what B button is and what exactly it’s supposed to do, but could you set this to true to see if it solves your issue?

If B button behaves like back button on windows phones, this should work. Please try that and let me know if it works.

That’s great, I’ll give that a go.

In our app/game, we manually check the B button (on the xbox controller - ‘joystick 1 button 1’) to go ‘back’ from different menus in the front end. Once we reach the top level menu though we want the B button to suspend the app. I’ll change my code to set that Input variable to true when the user is on the top level menu and see if that suspends rather than quits the app.