isHosted
A Boolean value that indicates whether you host the game on your own servers.
Declaration
var isHosted: Bool { get }Mentioned in
Discussion
If the value of this property is true, you host the game on your own servers. If the value is false, Game Center hosts the peer-to-peer match on its servers. The default value is false.