I'm trying to create a button that will send my users to my app on the app store to rate my game. For testing purposes I used crossy road to see if it works:
Application.OpenURL ("itms-apps:itunes.apple.com/app/crossy-road-endless-arcade/id924373886");
//
When I click the button, my phone opens the screen to search for an app (image attached) but it doesn't open the app store page. How do you structure these links? There are more so many sources about this but nothing specifically in unity or too old to be appropriate, this simple thing shouldn't be that time-consuming...
↧