- Home /
Direct user to update the game
In my game, I check if there is a new update and prompt the user to update the game with an update now button which should direct the user to the store to update. I am aware of using something like Application.OpenURL("market://details?id=" + Application.identifier);
to launch the play store but I will be using Unity Distribution Portal so my game will also be on other stores, how can I redirect the player to the correct store?
Also, what about ios devices and directing to the app store instead?
Comment
Your answer

Follow this Question
Related Questions
Unity WebGL switch to already opened tab 1 Answer
Application.OpenURL on iOs ...Wha? 0 Answers
Open market URL 0 Answers
getting udp package info inside unity (GlovePIE) 0 Answers
WebGL - Open URL in new tab? 10 Answers