Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
JGAlonso's avatar
JGAlonso
Honored Guest
3 years ago

Open app/game store page from in-game button

I want to ask players to rate our game after certain conditions while playing, and then opening the game store page after clicking on a button. But I don't know if this is possible.

I've tried the following code:

Oculus.Platform.Application.LaunchOtherApp(appID, appOptions);

But as the game is already installed, nothing happens, or the game just tries to open itself again. Basically it's the same as this question here:

https://communityforums.atmeta.com/t5/Oculus-Go-Development/How-to-open-the-store-page-for-your-app/m-p/721903

Appreciate some help.

Regards!