cancel
Showing results for 
Search instead for 
Did you mean: 

Oculus Store

MichaelNikelsky
Honored Guest
Hi,

is there a way to prevent the oculus store application to show up on the desktop when we initialize the oculus lib? Or is there at least a way to start the store minimized and close automatically when the oculus lib is shut down?

Kind regards
Michael
2 REPLIES 2

jherico
Adventurer
As far as I can tell, it will always load when you open a session, possibly just when you call initialize. If you're building an app that might start in 2D, you should use ovr_Detect to determine if an HMD is present and only open a session when you go into VR mode.
Brad Davis - Developer for High Fidelity Co-author of Oculus Rift in Action

MichaelNikelsky
Honored Guest
Yes, I am doing that and it works ok but it is a bit annoying to have the store popup, not to mention that it takes quite a long time. Our application can´t be distributed by the oculus store anyways so there is no benefit for us if it opens.