Multiplayer iOS game

What is the best way to make a multiplayer game with Swift? I need to make players from anywhere be able to play together, not just LAN. Do I need my own servers or does game kit do this for me and if so could you point me to any documentation? Thanks

Post not yet marked as solved Up vote post of Tommy Roz Down vote post of Tommy Roz
2.7k views

Replies

Use the Game Center. This is the 'old' document that will guide you through the Game Center:

https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/GameKit_Guide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008304-CH1-SW1


It has a chapter on multiplayer games.