The inner workings and use of Apple's GameCenter API in your apps.

learn more… | top users | synonyms

5
votes
0answers
67 views

Game Center invitation programatically with GKInvite list

I am using Game Center in my game for iPhone in IOS 6. I have a tableview with a list of GameCenter´s friends . When I click a friend name, this friend recieve anotificatión (Game Center Notification) ...
3
votes
0answers
111 views

Unity3d Sandboxed Game Center on MacOSX

For uncertain reasons the game is not recognized by game center. If the application GameCenter user is logged in, when you try to log in to the game GameCenter on start, it displays This Game is ...
3
votes
0answers
172 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)?
3
votes
0answers
134 views

Turn Based Participant Timeout Date Always NULL

Have been working on a two-player turn based game that uses a custom UI for match management. Considering restricting the app to iOS 6+ in order to use player timeouts. I would like to show the ...
3
votes
0answers
308 views

iOS 6 New API For Turn Based Matches - Accept and Decline

iOS 6.0 has added a couple of new instance methods to the class GKTurnBasedMatch. I am not sure how to use them: acceptInviteWithCompletionHandler declineInviteWithCompletionHandler Are they ...
3
votes
0answers
256 views

Game Center not showing in Fullscreen (MacOS / xcode)

I'm developing a MacOS application. Since Mountain Lion (10.8) it is possible to add Game Center to OS X applications. I've added one, tested it, and it works fine, but only in windowed mode. If I go ...
3
votes
0answers
703 views

handling multiple iOS Game Center users in a persistent game

I have read http://developer.apple.com/library/ios/#DOCUMENTATION/NetworkingInternet/Conceptual/GameKit_Guide/Achievements/Achievements.html#//apple_ref/doc/uid/TP40008304-CH7-SW13. I'm puzzled about ...
2
votes
0answers
30 views

How to manage Game Center Invitation custom view

I am developing a Turn Based game for iPhone/iPad IOS 6. I manage my GameCenter different games of the game with my own view. It works OK. I want to know if it is possible to manage user invitations ...
2
votes
0answers
87 views

GKTurnBasedMatch handleMatchEnded: not called

I'm programming a simple 2 players board game with GameKit and the GKTurnBased API, my problem is at the end of my game, when I want to detect that a player won and another lost. First at all, the ...
2
votes
0answers
292 views

using game center with monotouch

I am trying to add Game center support to my app using MonoTouch, I looked at the sample code... And it doesn't even compile.. It gives Internal Compile error that doesn't make sense at all: I ...
2
votes
0answers
136 views

Getting the number of players (available seats) in a GKTurnBasedMatch on iOS6?

I'm building a turn-based multiplayer game for iOS that uses GameCenter as its backend. I'm displaying a GKTurnBaseMatchmakerViewController and then use its delegate method to init my game logic, UI, ...
2
votes
0answers
228 views

about Game Center's [Finding a Match Programmatically]

My project need a online play. GKMatchRequest *request = [[[GKMatchRequest alloc] init] autorelease]; request.minPlayers = 2; request.maxPlayers = 2; ...
2
votes
0answers
205 views

Restrict GKSession to Wifi and ignore Bluetooth

I am implementing an IOS game using Bluetooth, Wifi and Game Center; Bluetooth is a two person game using GKPeerPickerController, the Wifi version runs on the local network and is a 4 to 6 player game ...
2
votes
0answers
465 views

why after authentication completes(call authenticateWithCompletionHandler method), Game Kit don't calls the block object provided by my game?

When I call authenticateWithCompletionHandler method to authorise AGC, then I click Cancel button and close the UI. If later I call authenticateWithCompletionHandler again, this time Game Kit don't ...
2
votes
0answers
351 views

iOS Development: Use of GameCenter advised to reach a sizeable audience? Performance questions?

I've started to plan out a simple game for iOS that would include a multiplayer component. Taking quick look at Game Center, it seems to me that the capabilities that it offers fall right in line with ...
1
vote
0answers
23 views

handleTurnEventForMatch:didBecomeActive: not called

I've faced some strange issue in multiplayer game. The method (void)handleTurnEventForMatch:(GKTurnBasedMatch *)match didBecomeActive:(BOOL)didBecomeActive should receive a turn from other player. ...
1
vote
0answers
35 views

game center matchmaking between non-friends using playersToInvite

Is this impossible? I tried some test code that succeeds in making a match when the two players that I specify by ID are friends, but fails with this error when they aren't. Using GKMatchmaker ...
1
vote
0answers
24 views

Game center distance-based match-making?

Suppose that I want to match people only if they're within some distance apart by GPS coordinates. Is this possible through game center? Or, if my app has the GPS coordinates of the players and their ...
1
vote
0answers
61 views

iOS: sending gifts to GameCenter friends

Some iOS apps have the feature to send gifts (in game objects / collectables) to Game Center friends. Is this a feature that can be implemented using Game Center only or will this require a custom ...
1
vote
0answers
31 views

GKTurnBasedMatch match-making waiting until another player matched

I find the default turn based matchmaking process unintuitive for users. The matchmaker returns a match even when the other player is not yet found and then local user has to take turn in a fresh game ...
1
vote
0answers
38 views

GameCenter participantQuitInTurnWithOutcome does not work

I am bit in the unknown here and do not really know if this is anything wrong or not. I am trying to quit a turn-based game with the following code: [match ...
1
vote
0answers
40 views

How to get notified when Game Center authentication view appears and disappears?

In iPad game, I’m currently working on, the game process starts right after the game launch. In addition to this, I ask player to enter their name on the very first launch. There is a situation that ...
1
vote
0answers
132 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: ...
1
vote
0answers
47 views

Packet Loss when using GKMatchSendDataReliable

I have a multiplayer iOS game, and I am sending data using GKMatchSendDataReliable. However, occasionally, the data packet is lost. I've checked on the sending end and I am not getting an error. I'm ...
1
vote
0answers
292 views

IOS 6.1 Game center auto matchmaking getting stuck

In my game I am using auto-match making. Its working perfect for IOS 5.0, but with IOS 6.1 I am having trouble connecting. The match making processing is getting stuck at "Connecting..." Here is the ...
1
vote
0answers
33 views

Setting up an average score leaderboard on GameCenter

I'm trying to set up an average score leaderboard on gamecenter. I've been trying to see if there is some sort of native support for an average score but have been unable to find anything. Sending the ...
1
vote
0answers
71 views

gamecenter multiplayer game stucks connecting

I want to add a multiplayer mode to my game but there's a problem. Sometimes it works to connect my iDevice and the Simulator but most times it just stays in the gamecenter screen where it shows ...
1
vote
0answers
78 views

How to connect two players over turn based api game center?

I am trying to make a turn based game with turn based game center api but I have this problem. I have two iPhones, and when I try to connect over game center view, every time it creates new match for ...
1
vote
0answers
45 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]; ...
1
vote
0answers
69 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 ...
1
vote
0answers
28 views

GameCenter getting same view for all players

I am using game center in my app, and managing with the GKTurnbasedMatch game. I have a view in which i have to select the category based on which i will get cards in my next view , then in next view ...
1
vote
0answers
77 views

Why Do Game Center Group (grp) Names Work Inconsistently?

I had an existing & published game that used the GC leaderboard my.example. I then created a new application that used the same leaderboards and thus put them in the same group. I use my ...
1
vote
0answers
284 views

GameKit get local player no visible interface

I have a very stupid problem i think. I'm trying to get gamecenter running in my app and copied the code for getting the local player from the apple developer site. - (void) authenticateLocalPlayer ...
1
vote
0answers
198 views

ios game center add new friend trumpet notification sound

as my title, anybody know what is the title of the trumpet sound from game center ? jus like the ragnarok level up sound https://www.youtube.com/watch?v=KQ2BrJ9Hehw thanks for the reply
1
vote
0answers
133 views

Never finished [GKAchievement loadAchievementsWithCompletionHandler:]

I use the function [GKAchievement loadAchievementsWithCompletionHandler:] to restore the current player achievements in initialization. But the completionHander was never called. - ...
1
vote
0answers
175 views

gamecenter on 3Gnetwork don't work

I have a problem about the gamecenter,I am developing a multiply-player game, I have finished the connecting part, good luck, I can connect the another device to play the game over the local wifi, but ...
1
vote
0answers
295 views

Do GameCenter sandbox achievements work with ad-hoc distribution builds?

I've followed all the instructions for the GameCenter stuff. I've added the code to authenticate my app, and made 3 sample achievements for my app via iTunes Connect. I can see my 3 sample ...
1
vote
0answers
253 views

How to prevent Game Center pop-ups to mess up with my landscape-only views' orientations?

My iPad application is landscape only and supports the Game Center framework. After the following sequence: the authentication Game Center popup is shown, the user decides to create a profile the ...
1
vote
0answers
166 views

Issues regarding gamecenter+ios

I am not knowing anything about gamecentre.I am working on the COCO application I had gone through gamecenter guide and get able to integrate the game center in my application. 1) Now the i am able ...
1
vote
0answers
116 views

localPlayerDidSelectChallenge method gets called even if player doesn't tap GKChallenge banner

When a player receives a GKChallenge, the GKChallengeEventHandler calls localPlayerDidReceiveChallenge on the delegate implementing the GKChallengeEventHandlerDelegate protocol, then immediately ...
1
vote
0answers
138 views

Using the Game Center player identifier in a parse PFUser object?

I want to use Apples Game Center for players to log in to my game, but I also want to store additional gameplay related data from the players as well. I want to use the Parse.com service, so I was ...
1
vote
0answers
71 views

match:shouldReinvitePlayer: only works for invititation matches?

I am trying to implement some basic reconnection functionality in my game by providing a match:shouldReinvitePlayer: call in my GKMatchDelegate. It gets called everytime someone disconnects and ...
1
vote
0answers
274 views

Unity iOS game crashing with NSInternalInconsistencyException

I am using Prime31's GameCenter Turn Based plugin in my game in order to handle online matches. A problem arises when I receive an "invitation to play" notification from Game Center while Game ...
1
vote
0answers
40 views

Game Center GKMatchmakerViewController Displayed Icon

Which icon (application icon) the Match Maker dialog uses (on iPad) and is it possible to supply an icon with a better resolution
1
vote
0answers
251 views

Xcode-Submit score to GameCenter

I have this code for submitting my score to game center however whenever i submit the score inside game center it says my score is 0. I am not sure how this happened? I also have imported the GameKit ...
1
vote
0answers
193 views

Game Center Invitation Handler for when someone accepts and invite in cocos2D

I have it working where if two players are in the same scene you can invite them and it'll add them to the players list when they accept. What I don't have working and I'm not sure how to do is make ...
1
vote
0answers
186 views

matchmakerViewController:didFindMatch: does not get called to invited player?

I am working on a multiplayer game using Game Kit. "auto match" is working great, but not "invite friend." The problem is that matchmakerViewController:didFindMatch: is not getting called on the ...
1
vote
0answers
217 views

Disable multiplayer on Game Center

I'm have an ios game with GameCenter. In itunesconnect game-center is enabled. There are 15 achievements and 4 leaderboards submitted. The game does not provide for multiplayer. But it appears in Game ...
1
vote
0answers
95 views

Game Kit Unreliably Sent Packets Getting Corrupted?

I am working on a two player game using Game Center. For every move of the local character I send this struct: typedef struct { PacketTypes type; TurnType moveType; int moveCount; ...
1
vote
0answers
206 views

Game Center create account doesn't work ingame

When I'm trying to login to game center from my game a popup appears with use existing account/create account. If I tap create account a similar screen like the one from game center - create account ...

1 2 3 4 5 7