in Unity, you can quit and open the GC app like this:
Application.OpenURL("gamecenter:");
(note - the actual GC App, this is not related to the GC popup.)
Question – how do you make it do that, and, go to a specific App ?
Today’s tough question…
in Unity, you can quit and open the GC app like this:
Application.OpenURL("gamecenter:");
(note - the actual GC App, this is not related to the GC popup.)
Question – how do you make it do that, and, go to a specific App ?
Today’s tough question…
For anyone looking in to this question.
It’s 99% certain that unfortunately you can not do this.
That is the situation for Mid-2013.
Hope it helps.
Have a look at this discussion on stackoverflow: http://stackoverflow.com/questions/6226195/game-center-url-scheme There isn't much on the web concerning this topic..
– ByteSheepyup, saw that one. we need solutions, not links! :-)
– Fattie