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!789Views0likes0Comments