Contents

playerGroup

A number identifying a subset of players invited to join a match.

Declaration

var playerGroup: Int { get set }

Mentioned in

Discussion

Game Center only finds players whose GKMatchRequest objects share the same playerGroup value. For example, use the playerGroup property to create matches based on skill level, game modes, or other common interests. The default value of this property is 1.

See Also

Matching specific players