The Game Center Programming Guide clearly states real-time peer-to-peer matches supports 2 to 4 players only. However, I just notced I can call the findMatchWithMinPlayers method with the request.maxPlayers parameter set to a value of 5->16 and the GKMatchmakerViewController presents 5->16 players for me to invite.
Is the Game Center Programming Guide out-of-date and real-time peer-to-peer matches support more than 4 players are now?
I would like to know for sure so I can enable more than 4 player support into my game.