Fattie
April 12, 2013, 10:02am
1
Sort of an odd question,
of course in a game it is very easy to simply quit the game, and launch Safari …
Application.OpenURL("http://www.eatMoreMeat.com");
Can you quit the game, and launch the GameCenter app ??
(Note. I am not talking about GC “popups” that appear over game play courtesy iOS. I simply mean the ordinary GC application, which you can launch any time on your iPad by clicking it’s icon.)
Today’s weird question.
In fact, this is precisely how you do it in a Unity / iOS app:
Application.OpenURL("gamecenter:");
(Interestingly during development, on your Mac in the Unity Editor when you press Play, this will open the Mac OSX GameCenter application.)
An interesting open question is, can you make it open in gamecenter showing a SPECIFIC app (presumably your own app).
This looks interesting
android, html, ios
ios, game-center
Typing gamecenter: in the url of your safari browser will open the gamecenter app.
So you could do:
Application.OpenURL("gamecenter:");