Tagged Questions
1
vote
1answer
67 views
GameCenter authentication compatibility issue in iOS 4, 5, and 6
currently I'm in the stage where I'll be integrating GameCenter into my games.
I saw these 2 authentication methods in the documentation
authenticateHandler
authenticateWithCompletionHandler: ...
4
votes
1answer
148 views
Not sending turn with GKTurnBasedParticipant IOS 5 iphone
I am developing an app for iPad and iPhone with the Game Center Feature. The game is sending correctly one participant turns from iPad 2 IOS 6, but when I try to send the turn to another participant ...
0
votes
1answer
182 views
GameKit Match - invite friends between iOS5 and iOS6
I'm trying to implement Game Center invites in a 2-person realtime game. Since invites are not supported in the simulator, I'm testing this on one device running iOS5 and a second one running iOS6 ...
1
vote
0answers
152 views
Game Center issue in iOS 6
I am implementing Game Center in my app and I am having an issue trying to read the leaderboardCategory property in iOS 6.
Here's how I'm presenting the GKGameCenterViewController:
...
0
votes
1answer
162 views
GameCenter real time Match will not start, stuck on connecting, in the app store not in sandbox
I tested before submitting it of course, and it worked on simulators on iOS 6, but on 5.1 it wont work because the expectedPlayerCount always appears 1 not 0 !! just on 5.1!!
I searched about the ...
0
votes
1answer
129 views
Game Center crash in iOS6
My game has been working perfectly fine in iOS5 for a year. After updating it to work with iOS6 it now crashes when attempting to send scores in Game Center. It crashes on the ...
0
votes
1answer
62 views
What causes “missed method” in this code #2?
I have the same problem as in this thread: What causes "Missed Method" in this code?
but i do not understand how to solve this or if it even is a problem.
I am doing the tutorial in the book ...
0
votes
1answer
120 views
Game Center with iOS 5 SDK - leaderboardDelegate = self not working
I am still using iOS 5 SDK and Xcode 4.2 (Snow Leopard). I am adding Game Center to my game and while it passed authentication I get an ARC error whenever I try to show a leaderboard with this code ...
0
votes
1answer
577 views
How to disable Challenge Friends Button in Games Center?
How can i disable Challenge Friends Button? Please help me!!!
Thanks...
0
votes
1answer
173 views
GKSession on iOS 6.0 cannot 'see' session on iOS5.1
Just noticed some strange behaviour testing GKsession on devices running iOS6 and iOS5.1 It seems that a GKSession on a local wireless network using the same session ID in ...
1
vote
1answer
719 views
Xcode 4: how to implement game center achievements?
I'm trying to include Achievements to my game, but the problem is that when I try them using GKTapper Apple Docs' example I'm not earning any achievement. For example: the first Ach. is earned when ...
2
votes
1answer
346 views
Sandbox: Prompt to remove Game Center data when app is deleted?
I've looked for an answer in the Apple Docs, and here and other sites, and cannot find anything. So I'm hoping to find someone who knows or has experience with it.
My app is using GameKit to store ...
1
vote
1answer
192 views
Reconnecting to GKMatch with more than two players
I'm testing a Game Center Game and specifically what happens when a player drops out temporarily (phone call, background etc) I want to be able to pause the game and reconnect when the player comes ...
0
votes
0answers
212 views
How to show GKAchievementViewController and GKleaderboardViewController in a single ViewController..?
I have integrated Game Center in My application. I am showing GKAchievementViewController and GkLeaderboardViewController individually. But In some applications Which I have seen are showing both in ...
0
votes
0answers
121 views
GameCenter, multiple users on iOS game plus security
Short question:
How do you handle GameCenter and user's data in your game? I am targeting iOS 5 and above.
Long question:
I am developing an iOS game and now I want to integrate GameCenter into ...
0
votes
0answers
81 views
How to add leftBarbutton to GKAchievementViewController in iPhone
Iam integrating Game Center into My application. In game center I have two ViewControllers (GKAchievementViewController and GKLeaderboardViewController).Both classes are subClasses of ...
0
votes
0answers
34 views
Is there a way to get a larger GKAchievementDescription image?
I am currently using GameCenter to load my list of achievements into my iOS game. I would like to be able to load the achievement image from GameCenter as well however the image that is returned from ...
-1
votes
1answer
128 views
Establishing Connection Between the Players in GameCenter
IOS 5
Xcode 4.2
I am working on GameCenter , I have followed raywenderlich tutorial and done the basic things of authenticating local users and so.., Now that i have to establish connection between ...
0
votes
1answer
247 views
Sending an UIImage to multiplayer through GameCenter
I have a UIImage which comes from CGContext,
Now i need to send that image through GameCenter and the other player on the other end should receive that image
AnyLink or Code is accepted.
Kindly do ...
0
votes
1answer
523 views
How to Show Game Center's Player Profile View?
My application uses ios game center credentials to login into application.
And need to implement logout functionality. According to Game Center API it's not possible to logout user programmatiically.
...
0
votes
2answers
323 views
Repeated Game Center Welcome Banners
How do you prevent the Game Center "Welcome Back" message from displaying every time your app wakes up from sleep? Some apps (like Scramble CE, Jetpack Joyride, and Bubblin) handle it correctly (just ...
0
votes
1answer
345 views
Failed to enter Game Center Sandbox
When developing a game center app, I found the sandbox mode is very unpredictable. My game and two devices worked for a while in sandbox mode. After some code are modified (not game center related), ...
0
votes
2answers
71 views
Making an app's updated version compatable with its previous versions
I am getting ready to release my first app to the iphone market. This app involves multilayer components.
In future updates I'm planning on adding a new character, board, and skin for the character.
...
0
votes
1answer
345 views
Game Center Support
I want to add game center leaderboards to my app.
In some youtube videos and other tut's i've seen that you need to enter a category to the leaderboard in itunes connect. Where do I do that, because ...
1
vote
1answer
184 views
Odd Game Center behavior?
I'm trying to enable Game Center Leaderboard to my iPad game and I have learned that you need to post more than one score to a leaderboard for the scores to show in the default leaderboard UI.
I have ...
0
votes
1answer
128 views
Notify player when they are eliminated from GKTurnBasedMatch
I'm writing a turn based game in which a player can be eliminated by another player. When this happens I'd like to notify the player who's been eliminated that they have lost the game. I'm setting ...
1
vote
1answer
2k views
Game center score is not posting
I'm trying to add the score at the end of the game to Game Center but it's adding nothing to the game center. I'm searching all day long for the 'mistake' i made but i do not see anything?
Here is a ...
2
votes
1answer
118 views
Is there a working example showing how turn-based games work in iOS 5?
Is there a sample project like the one demo'ed in WWDC showing how turn-based games work?
