Hello,
I have a rate button in my iOS game that take the player to the app store page for the game. The problem is that it is really slow at opening the link.
I use the following code:
Application.OpenURL (“itms-apps://itunes.apple.com/dk/artist/anders-moller/id987831642”);
Any ideas on what could cause this delay?