Tagged Questions
1
vote
1answer
71 views
Setting up third-party server to interact with Game Center
I'm thinking of adding a feature to my iOS game to allow players to create their own game levels, share them with other players, rate them, etc. There'd be a public repository of user-created levels, ...
0
votes
1answer
315 views
Game Center login view controller only presenting when I use deprecated authenticateWithCompletionHandler: method
I realize this following method is deprecated in iOS 6, but it still works. It just issues a deprecated method warning. From my AppDelegate.m file:
[[GKLocalPlayer localPlayer] ...
0
votes
1answer
342 views
I can't get the GK authentication dialog to come up
I am really struggling with game center right now. It could be because GK as a whole has been pooping out all day (letterpress was just released!), but I can't get an auth dialog to come up:
- (void) ...
3
votes
2answers
1k views
Authenticating the local player - Game Center - iOS6
I'm completely new to development in Game Center. I have watched the videos in WWDC and looked at the developer website. They suggest I enter code like this for iOS 6:
- (void) ...
1
vote
1answer
466 views
Game Center Invitation handler, Where does it belong?
I already searched the site and found this:
GameCenter Invitation Handler
He says:
"
As stated in the docs
Your application should set the
invitation handler as early as
possible after ...
5
votes
4answers
5k views
the game is not recognized by game center
Hi
I am trying to add game center to my iphone app.
I have done the following steps
1) I have added an app to my itnuesAccount
2) I assigned the Bundle ID as net.myCompany.myGameCenter
3) I am using ...
