The inner workings and use of Apple's GameCenter API in your apps.
20
votes
4answers
9k views
GameCenter authentication in landscape-only app throws UIApplicationInvalidInterfaceOrientation
Problem:
If user is not logged into GameCenter account - GameCenter authentication view is launched in portrait mode (in ios 5 there were a modal dialog) asking to log in. But if I disable Portrait ...
12
votes
2answers
5k views
iOS Game Center: Scores not showing on leaderboard in sandbox
I'm developing a Game Center enabled game and I'm running into an issue in the sandbox environment. I can successfully report the score without error. However, when I show the leaderboard, there are ...
3
votes
1answer
58 views
GKMatchRequest invitation not showing in other device
Thanks to the updates to GameKit API in iOS 6, I am finally able to implement my turn-based board game the way it should be, complete with turn timeouts and better programmatic creation of matches. ...
9
votes
2answers
7k views
Locking a UISearchBar to the top of a UITableView like Game Center
There's this cool feature in the UITableViews in Game Center and the search bars they have at their tops. Unlike apps where the search bar is placed in the table header view (so it counts as a ...
18
votes
2answers
4k views
Game center login lock in landscape only in i OS 6
When Game center is loaded its default orientation is portrait.
In order to lock it in landscape mode, added a category.
@implementation GKMatchmakerViewController (LandscapeOnly)
- ...
14
votes
1answer
2k views
Game Center URL scheme
It's possible to open the Game Center app from your own app using:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"gamecenter:"]];
Is there a way to open it on the page for a ...
4
votes
1answer
5k views
Game Center - Sending and receiving data
EDIT:
I have made a clean, new project, but still can't get it working. Please download it, there is a little code to look at and probably easy for a professional or anyone remotely experience to see ...
4
votes
1answer
118 views
Game Center Invitations Not Displayed
I have been developing a game which allows for multiplayer matches. I had previous tested the multiplayer invitations and they had all worked. Sending a request from one device displayed a banner on ...
4
votes
1answer
975 views
Is there any web api for Apple's Game Center? [closed]
I have a website. I was wondering if Apple exposed its Game Center data via a web api. If would be cool if I could show users their Game Center info right in my website!
Let me know folks.
3
votes
2answers
3k views
How to accept an invitation in Game Center
I'm trying to implement invitations with Game Center and there's one thing that i don't understand. Ok, i've sent an invitation from one device to another. Then i have an UIAlertView on receiver which ...
1
vote
1answer
3k views
iOS Development: How do I auto match players in Game Center?
I have a "Play Now" button in my app that allows players to be auto-matched with other random players. Maybe I'm missing this somewhere in the docs, but how do I write the code to auto match players? ...
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 ...
3
votes
2answers
3k views
iOS 6 Game Center Crash on Authentication
I am building a game in Cocos2d-iPhone, and while I was updating to iOS 6, I noticed that Apple changed the way Game Center authentication is done, using authenticateHandler instead of ...
5
votes
2answers
3k views
Game Center InviteFailed
I'm am attempting to send a Game Center invitation. Sending from the simulator to a device or from a device to the simulator results in an InviteFailed error.
What might be the problem? Incorrect ...
4
votes
1answer
461 views
Is it possible to have a Game Center “LowestScore” Leaderboard?
I've read that Game Center Leaderboard scores are only updated when the newly posted score is greater than the already existing score.
This made me wonder if it is possible at all to have a Game ...
1
vote
1answer
1k views
Game Center Friend List
All
I made a game for the Apple iOS. Now I would like to show my friend list in Apple's Game Center.
How can I show the Game Center friend list of a logged in player on an iPhone, possibly using the ...
0
votes
2answers
540 views
Send NSString via Game Center
I want to send NSString form another one to another one iPhone/iPad via Gamecenter
but it crash with EXC_BAD_ACCESS
here in .h file
typedef enum {
kMessageTypeRandomNumber = 0,
...
8
votes
6answers
5k views
GameCenter login alert
In a game I am developing using GameCenter, I want to handle the following scenario:
the user starts up the game. He is shown the system alert that prompts him to log on GameCenter. He ignores it ...
4
votes
3answers
1k views
iOS Development: When receiving a Game Center invite, how do I obtain the GKMatch object?
I'm building an iPhone game that uses Game Center and I'm having a hard time understanding how to start a match game that was started by receiving an invitation to play from a friend. The docs say ...
4
votes
2answers
969 views
Drawing Game Center like tableview cells
I've now added a bounty which will be awarded to anyone who can take the three images below and produce a working implementation of a UITableView that mimicks the look and feel of the one found in ...
3
votes
1answer
653 views
Robust Game Center Achievement code
In just about every example of submitting achievements to Game Center, I see this code
[achievement reportAchievementWithCompletionHandler:^(NSError *error)
{
if (error != nil)
{
// ...
10
votes
5answers
389 views
Removing a GKTurnBasedMatch which is in an invalid state
I am doing some experimentation to try to learn about GameKit and I made a simple game and an interface which lists my player's matches. I am trying to add the ability to remove games using the ...
5
votes
4answers
10k views
Create a sandbox account on Game Center on iphone
I have been searching for a few days now an cannot find a thing.
I have an ipod touch 4g and have just started adding Game Center to a game i'm working on.
This works fine in the simulator, but when ...
12
votes
1answer
4k views
iOS Development: Strange problem with authenticating Game Center user
I'm building an iPhone game that supports Game Center (GC). When the app launches, I try to authenticate the local player...
if([GKLocalPlayer localPlayer].authenticated == NO)
{
...
9
votes
1answer
804 views
Update a score already submitted to Game Center
Right now I am working on a Black Jack game for iOS and would like to have a leader board that shows which players currently have the most "money". So if they get a high score and then lose "money" it ...
5
votes
3answers
2k views
How to run iphone GameCenter app from my app?
I think the best way and may be only way is using the URL schemes with [[UIApplication sharedApplication] openURL:...]. But I can't find URL scheme for game center..
4
votes
2answers
4k views
Game Center authentication error
I'm trying to call the authentication method of game center, however no authentication screen comes up and the callback return with an error : "the requested operation has been canceled".
The code :
...
4
votes
1answer
1k views
Game Center inviting friends progammatically
I'm facing difficulty inviting a friend to the match.
GKMatchRequest *request = [[[GKMatchRequest alloc] init] autorelease];
request.minPlayers = 2;
request.maxPlayers = 2;
...
3
votes
2answers
2k views
iOS Game Center Sandbox: Leaderboards show “No score”
So I am sending scores to the GC leaderboards, I receive no errors and the scores apprently send but I still see no scores listed in the leaderboards! The leaderboard itself is listed in Game Center ...
3
votes
2answers
657 views
Updating the matchData in a GKTurnBasedMatch without ending the turn
It seems that GameKit only allows GKTurnBasedMatch to be updated once per time that GKTurnBasedMatch is loaded from the Game Center servers. Is there an other way to update the matchData property?
1
vote
1answer
224 views
Underlying view disappears during game-center authentication
I have an iOS application that I'm just starting to implement game center support for. I call the authenticateWithCompletionHandler method during loadView for my main (root) view controller. My main ...
1
vote
5answers
967 views
Game Center- handling failed achievement submissions?
Im a noob in game center @ games generally. Im making my second game now and implemented the game center.
If the internet is available, there is no problem, everything works well.
But just now I ...
6
votes
1answer
1k views
Any way to programmatically reset leaderboards?
As I look into documentation of GKScore and GKLeaderboard, there is no way to reset scores reported by player to particular leaderboard in GameCenter. Am I right?
This seems quite inconsistent, ...
5
votes
2answers
493 views
iOS Game Kit Turn Based Match Programatic Rematch
I have a 2-player, iOS turn-based game that uses the game center and GKTurnbasedMatch.
Is there a way to programmatically rematch an opponent after a match has finished?
I would like to give the ...
3
votes
7answers
3k views
Game Center Multiplayer using GKMatch but seems can't be connected
Hi I'm a new bie in Game Center for iOS. I'm trying to add the multiplayer feature using matches to my game and following the documentation.
So far I reached a point where 2 of my clients can ...
2
votes
2answers
204 views
Login in iPhone App via GameKit
I want to login to my app via GameCenter Login API.
Is it possible ?
Is Apple game Center login API public?
2
votes
3answers
483 views
Is there a way to update matchData in a GKTurnBasedMatch without sending out “Your Turn” push notifications?
If my understanding is correct, the only way to update the matchData property of a GKTurnBasedMatch mid-turn is [_currentMatch endTurnWithNextParticipant:_currentParticipant matchData:matchData ...
2
votes
2answers
2k views
Check if you've already unlocked an achievement in Game Center/GameKit
I've been stumped on this for quite a long time. I understand how to unlock an achievement in Game Center and I even got a whole messaging system working. But I can't figure out how to check if an ...
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
5k views
Unbalanced calls to begin/end appearance transitions for <GKModalRootViewController: 0xb7e450>
I give up on that point, I just can't figure out what is wrong and where...
Here is the problem: in my iPhone application using Cocos2d, I configured autorotation through a viewController; however, ...
0
votes
0answers
89 views
Game Center - white screen after “Create Account”
I have added Game Center support and it is generally working. The only issue is that if I select 'Create New Account' then cancel out of that screen it exits and goes back to my screen for a split ...
0
votes
2answers
711 views
Same Bundle ID suffix on iPad and iPhone versions of App
This is a subtle question. I am planning to release an iOS app with two versions - one for iPhone and iPod Touch, and the other for iPad. The apps will be named, say, MyApp and MyApp HD. The app ...
5
votes
1answer
523 views
removeWithCompletionHandler Error [closed]
Upon start up, I am trying to clear all the matches on the game centre servers between my devices programatically by calling this method on each device:
/**
* called to authenticate the players ...
5
votes
2answers
4k views
GameCenter Invitation Handler
trying to implement a multiplayer. Using the sample from Game Center - Sending and receiving data.
Everything seems okay, but in apple documentation there is also said about invitation handler.
...
4
votes
1answer
181 views
Game Center Matchmaking GKTurnBasedMatch has significant lag (~1 min)
I'm implementing a turn-based game with multiplayer mode through gamecenter. I have 2 devices (1 ipad, 1 iphone) to test in sandbox mode which were working fine but lately it has started to struggle ...
3
votes
3answers
876 views
One game center account for two iOS apps
Anyone knows what I need to do to have both my free and paid versions feed the same Game Center leader board?
2
votes
2answers
430 views
Xcode 4.6 ARC Warning for Game Center Authentication
This is a new compiler warning that only showed up when I updated XCode to 4.6. My code is lifted directly from Apple's documentation (this is my iOS 6 code btw).
GKLocalPlayer *localPlayer = ...
2
votes
1answer
77 views
Different builds of turn-based Game Center game can’t see each other’s matches
Each time I deploy a new build to testers, games from an older build are no longer available. As a test, I installed build 63 (numbered by agvtool) on one device and 64 on another. I invited from 64. ...
2
votes
1answer
227 views
about percentComplete in GKAchievement
After testing, I find that though the type of percentComplete of GKAchievement is double, and in apple's help document the legal values is between 0.0 and 100.0. but if you report percentComplete=1.5 ...
2
votes
1answer
697 views
Leaderboard doesn't add in the screen cocos2d
I used the code below to show the Leaderboard but all i got it the console this
cocos2d: surface size: 480x320
the code:
- (void)showLeaderboardForCategory:(NSString *)category
{
// Only ...


