gkmatchmaker Questions
2
Solved
How do you remove the invite friend button from a GKMatchmakerViewController?
When printing all of the subviews in it I only see the navigation bar.
I am presenting it like this:
GKMatchmakerVie...
Crural asked 1/6, 2015 at 7:4
2
Solved
I am making a multiplayer feature to a game I made.
Everything is working, except when I am in matchmaking and both players are connected, if one person hits the "Cancel" button the other device g...
Greenshank asked 1/6, 2015 at 6:57
1
Solved
I have a simple question, but I’ve looked through Apple’s documentation and done some searching and I can’t find the answer to it.
Is it possible to programmatically pull up Game Center’s sign-in ...
Copulate asked 14/1, 2013 at 21:31
1
Solved
I'm trying to implement a real-time multiplayer game with a custom UI (no GKMatchMakerViewController). I'm using startBrowsingForNearbyPlayersWithReachableHandler: ^(NSString *playerID, BOOL reacha...
Meso asked 25/3, 2013 at 19:41
1
I'm trying to implement a real-time multiplayer game with a custom UI (no GKMatchMakerViewController). I'm using startBrowsingForNearbyPlayersWithReachableHandler:
^(NSString *playerID, BOOL reacha...
Imponderable asked 24/1, 2013 at 0:59
1
I'm facing difficulty inviting a friend to the match.
GKMatchRequest *request = [[[GKMatchRequest alloc] init] autorelease];
request.minPlayers = 2;
request.maxPlayers = 2;
request.playersToIn...
Prissy asked 7/11, 2010 at 12:54
1
© 2022 - 2024 — McMap. All rights reserved.