The inner workings and use of Apple's GameCenter API in your apps.
1
vote
2answers
129 views
Using the App Store to distribute games to testers?
I'm working on an iPhone game and have just added some Game Center features. Testers find Game Center annoying to test because they have to log out of GC with their real accounts and then log in with ...
4
votes
1answer
296 views
Offline Game Center iOS Achievements
Trying to figure out best way to work with Achievements in Game Center in case of offline mode (e.g. Airplane mode turned on).
As far as I understand Game Center in iOS 5+ takes care of offline ...
2
votes
3answers
104 views
Can Game Center integrate with none game iOS application
I am working on an education application but I want to implement a leader board and achievement feature to it. So I come up with Game Center.
My question is, this application is now in the education ...
3
votes
1answer
286 views
Authenticating a Game Center player on an online game's servers
"Clash of Clans" uses Game Center to authenticate and link a player with an existing remotely stored game state.
From what I can see, a game is only provided a player identifier on client side. Is ...
1
vote
1answer
101 views
In Objective-C in multiplayer Game Center can one device detect once a second device has loaded a screen?
I have a question regarding sending and receiving data through Game Center when playing a multiplayer game on iOS.
In my game after I matchmake two people, the game is taken to the Game Screen where ...
0
votes
0answers
131 views
How to join to auto-match programmatically in game center?
I have created match programmatically with this code:
-(void)addNewMatch {
GKMatchRequest *request = [[GKMatchRequest alloc] init];
request.maxPlayers = 2;
request.minPlayers = 2;
...
0
votes
0answers
164 views
iOS Gamecenter real-time matches not working
I am adding multiplayer to my game via game center. I have gotten the authentication to work and finding player and starting the match (I think) but now that I am sending information between the two ...
0
votes
0answers
90 views
Report Game Center achievements too frequently?
I'm developing a game with cocos2d about a jumping frog. In this game the jumping action is VERY common (from 25 to 60 times per level depending on the difficult). I'm integrating the game with Game ...
0
votes
0answers
43 views
Cumulative scores
Is it possible to show cumulative scores for players in apple game center?
I want to show daily, weekly and all times cumulative scores for top 100 in game's customer leaderboard. How can I post ...
1
vote
3answers
117 views
Maximum size of GKTurnBasedMatch matchData
I've been searching for a definitive answer on this, but I get some inconsistent answers. Apple docs state 64k bytes. However, online I find multiple sources that say 4k bytes is the max. Is this a ...
0
votes
0answers
44 views
How to create the room for turn based game over game center?
I have watched WWDC 2012 session from Apple and I can say that new things are great but something is bothering me. As I can see there are only two ways to play match, for example:
If I create a match ...
0
votes
1answer
322 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] ...
1
vote
0answers
46 views
How to list active game center matches of other players?
I'm working on multiplayer card game.
With this code player is adding new match:
-(void)addNewMatch {
NSLog(@"addNewMatch");
GKMatchRequest *request = [[GKMatchRequest alloc] init];
...
0
votes
1answer
128 views
chat in iPhone game app using GameKit
I want to implement the inGame chat functionality using GameKit Framework in iphone game app, but is it possible to implement inGame chat without bluetooth? If yes then how? Suppose my game-friend is ...
0
votes
1answer
124 views
Objective-C: Unable to send/receive data after two matchmaking two devices using Game Center
I was hoping someone would be able to help with an Objective-C problem I have relating to sending and receiving information between two devices using GameCenter once they have been through ...
-3
votes
2answers
191 views
How to make turn based card game using Game Center? [closed]
I'm working on card game which is turn based.
This is short decription of structure of game:
Dealing 4 cards to every player
Random player is turning over 1 card, after him another (which has seen ...
0
votes
0answers
87 views
Is it possible to use Amazon Web Services and Game Center for matchmaking/stats?
For a turn-based game--for simplicity's sake, we'll call it a Words with Friends clone--on iOS, is it feasible or sound to launch it initially employing Game Center for matchmaking and stat-tracking, ...
0
votes
1answer
54 views
Can iOS Game Center pass strings/objects between players in the game?
Never used Game Center before in my apps. So be nice if the question is naive. I'm not sure if this is the right place to ask either. :)
I'm currently thinking to make my app support Game Center, ...
0
votes
1answer
66 views
Objective-C unable to call a function in Game Center
I'm having a bit of a nightmare trying to implement the ability to have two players playing against each other on my iPhone app through Game Center.
I am simply trying to access a function within ...
1
vote
2answers
70 views
ios Muliplayer strategy: Sending packets with ARC, (no structures)
I'm starting a multiplayer game, but the examples show passing a NSData object that was created using a structure. With ARC though, I can't use C structures. (correct?) It seems that I'm supposed to ...
2
votes
1answer
553 views
iPhone Simulator 6.0 not able to connect to gamecenter in sandbox mode
I'm trying to implement a gamecenter aware app targeted to iOS 6. To give some info on the environment I'm working on mac os 10.7.5 with XCode version is 4.5.2 and xcode is running iphone and ipad ...
0
votes
1answer
227 views
How to load and sync achievements from Game Center correctly?
I'm working with Game Center now. I've created achivements on ITC and i'm logged into Game Center. Game notice me about it. Its ok. But i have to load all achivements from Game Center and check its ...
-2
votes
1answer
79 views
Kobold2d game center portrait login only [closed]
Can anyone help me in fixing this bug where the game center login only works in portrait mode. But my game is in landscape mode. Im using Kobold2d 2.0.4.
The game crashes when i remove portrait ...
0
votes
1answer
58 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
73 views
ios turn based game debugging and development with Game Center
I am developing a turn based game for ios devices. However, when i create a match in game center by using simulator , i cannot retrieve the match in my device. i cannot set up the way to debug my ...
0
votes
0answers
86 views
How to add friends of Game Center via URL Schemes?
In an App SNS, or App Forum, users would like to show their Game Center ID for making friends. My question is how to add friends via gamecenter:// URL schemes?
This topic had discussed about ...
0
votes
1answer
45 views
iphone app with Game Center
I am fresher for Game Center, and I cant understand from where to start, so can anyone help me for Game center,what should I refer first? Create app or create an App Id on the Itunes Connect??
2
votes
1answer
175 views
iOS online High score with cocos2d
I have a simple game, and to save high-scores I wanted to do it both locally and globally. I know a bit about Game Center, but before getting into it, I was wondering if there were any other services ...
0
votes
1answer
286 views
Can't login to Game Center sandbox, used to work
I am getting the following error when login into Game Center sandbox environment:
.
...with the following message in the terminal:
<Error>: CGImageCreate: invalid image size: 0 x 0.
I ...
3
votes
0answers
176 views
GKGameCenterViewController analog in ios 5?
iOS 6 provides new view controller to display Game Center info: GKGameCenterViewController.
Does ios 5.1 provide something similar (except separate controllers for Leaderboard and Achievements)?
0
votes
1answer
104 views
Game center leaderboard showing 2 players on friends and only one on all players
I implemented Leaderboards trough Game Center in a little game I'm making and I posted scores from two accounts.
So far, so good, but when I checked in Game Center, I saw both my scores in the ...
1
vote
0answers
71 views
findMatchForRequest before initiating a match
I have an app where a user can play single player or multi player. I want to show a badge on the multiplayer button that shows the number of users waiting for a match (basically they selected play ...
0
votes
1answer
35 views
Block do not execute the way i want, lack of understanding
I am trying to implement Game Center into my app and the code below is reporting the score.
I am trying to accomplish a solution were if the player is not authenticated it should save the score in ...
0
votes
1answer
178 views
Game Center Integration and Program Design
I'm new to iOS so forgive a question that might seem obvious to most of you.
I've read the Game Center Programming Guide
but I am confused about the flow between and among view controllers.
Using ...
0
votes
0answers
182 views
Gamecenter badge showing wrong value
I am developing ios app with multiplayer and using Gamecenter for it. Everything is going ok except application badge (one in top right corner of application icon).
It should display number of ...
1
vote
1answer
246 views
iOS GameCenter connection from different networks
I have made an iOS multiplayer GameCenter game, but right before publishing found an issue I don't know how to solve. In coding process I used Ray Wenderlich tutorial ...
0
votes
2answers
284 views
Aspect Ratio with 800x480
I know this may be a very simple question for graphic designers, but i cant seem to figure it out.
I am creating a game and the games camera width and height is 800x480.
So with this, what does this ...
3
votes
1answer
146 views
iOS Game Center - load a player's open matches
I am working with Game Center, and I know it's easy enough to present the Game Center view controller to show all of a player's open (turn-based) matches. But I would like to also show the number of ...
2
votes
1answer
164 views
iOS GameCenter leaderboard shows only my score in sandbox mode
I've created a leaderboard in the sandbox mode for my game. Then I tried to play the game using different gamecenter accounts. But I can see only the score for currently logged-in account. Is it ...
0
votes
0answers
110 views
Difference between authentication with game center in iOS 5 and iOS 6 [closed]
Hi i have studied that there is some changes in game center authentication in iOS 6. But i am unable to differentiate clearly that what actually the change is.
I have googled it but the closest i ...
1
vote
2answers
333 views
Why iOS GameCenter multiplayer real-time match each time creates new threads?
I created absolutely simple multiplayer app which just finds the match (with only 1 opponent) and terminates it in 5 seconds:
-(void)matchmakerViewController:(GKMatchmakerViewController ...
1
vote
1answer
249 views
Error in iOS 6 after adding GameCenter to a landscape-only cocos2d app
I'm having the issue described here:
https://devforums.apple.com/thread/165384?tstart=0
Where my app crashes trying to load the GameCenter login screen because the screen is in portrait and my app ...
1
vote
1answer
176 views
iOS GameCenter GKErrorCanceled
I'm in sandbox mode implementing game center in my application. The problem comes when I log to gameCenter, in some devices works fine in some others I get a GKErrorCanceled without even get the ...
0
votes
0answers
87 views
Sending invites through GKFriendRequestComposeViewController is not working. Any ideas?
I am using GKFriendRequestComposeViewController to send invites as explained here Allowing the Local Player to Invite Other Players to Be Friends.
This is the code:
- (IBAction) inviteUsingGK
{
...
0
votes
1answer
183 views
how to sync data in multiplayer game(game-center ios)
I have been developing a game for Game Center.
Description of game :-
One player is initiator of game because game has 5 tiled-map (only one tile-map is selected randomly by either ...
0
votes
1answer
86 views
iOS 6 and GKAchievement reportAchievementWithCompletionHandler
I'm making update for iOS game and facing next problem. I use this piece of code
[achievement reportAchievementWithCompletionHandler:^(NSError *error)
{
if (error != nil)
{
NSUserDefaults ...
1
vote
1answer
96 views
how to identify multiplayer game is started by automatch
How do I identify if multi-player game is initiated by automatch or by inviting a friend ?
I have got this method called when the match starts:
- ...
0
votes
1answer
277 views
Correct way to end GKTurnBasedMatch out of turn
Let's say there is a GKTurnBasedMatch with only 2 participants left that haven't quit yet.
If the current participant wants to quit, instead of calling, participantQuitInTurnWithOutcome:... is it ...
1
vote
1answer
277 views
GKPlayer loadPhotoForSize: withCompletionHandler: Sandbox Connection Error
I am trying to get avatars for game center friends using the loadPhotoForSize: withCompletionHandler: but it keeps throwing GKErrorDomain Code=3 "The requested operation could not be completed due to ...
5
votes
1answer
121 views
MonoMac - Game Center
Are the Game Center APIs implemented in MonoMac?
If not, is there a recommended path for creating C# bindings for them?



