- (void)matchmakerViewController:(GKMatchmakerViewController *)viewController didFindMatch:(GKMatch *)match
{
self.myMatch = match;
NSLog(@"%d",[[self.myMatch playerIDs]count]);
}
But my console returns 0. Shouldn't it return 2 instead?
Could it be that you are not actually connecting them?
Are you in fact using GKMatchmaker
and GKMatchmakerViewController
?
In your testing, you are sure you are using TWO DIFFERENT game center accounts?
I'm afraid I'm not familiar with the game center system.