GameCenter: endTurnWithNextParticipants not advancing
In the sandbox environment, I'm having trouble advancing a turnbased match to the next player. Initial conditions: Player A and Player B on Device A and Device B, respectively. Both logged into the sandbox Both players can see each other's GC status message Player A creates a match and invites player B Player A ends the turn In my "end turn" function I do the following: NSLog(@"size = %ld", updatedMatchData.length); //move the current player to the bottom of the list NSMutableArray *nextPlayers = (NSMutableArray *)theMatch.participants; NSLog(@"%@", [nextPlayers description]);