10-10-2023 11:57 AM
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:
Appreciate some help.
Regards!