Search code examples
iphoneiosgamekitgame-centermultiplayer

iOS game center matchmaking, friends only?


I was just curious, is it possible to make a game center match that you can only invite friends to? (i.e. no random matchups) How would you code that?


Solution

  • What you want is probably to make a own custom GKMatchmakerViewController that only show friends during the match making.