VRC.PC.Input.1 says that " The app must not submit frames or accept input when the user removes the HMD or opens the Dash" . I am confused how can i ensure that my app is not accepting input ?? Can I check this with the Oculus debug tool ?
If your game is single player then the easiest thing you can do is pause the application when the user focus or presence state is lost. If youre using unity look into the application focus and xr presence management api's