queueName
The name of the queue that Game Center places the match request in.
Declaration
var queueName: String? { get set }Mentioned in
Discussion
To use matchmaking rules, set the queueName property to a queue name that you configure in App Store Connect. Then set properties and optionally recipientProperties to game-specific criteria.
A queue name is a uniform type identifier (UTI) that contains only alphanumeric characters (A-Z, a-z, 0-9), hyphens (-), or periods (.). The string should be in reverse-DNS format. Queue names are case sensitive.
Matchmaking rules evaluate the properties of match requests in the same queue to find the best match according to the rules that you set in App Store Connect for the queue. An error occurs if the queue doesn’t exist.
If this property is nil, Game Center doesn’t use matchmaking rules to find other players.
For more information, see Matchmaking rules.