My problem is that , I have to connect many devices using GameKit framework.
Everything works fine with two connections(GKSessionModePeer)
I searched a lot on internet on how to connect more than two devices and what I got is, to use GKSessionModeServer and GKSessionModeClient.I read the apple documentation also.
But still there is not any clear cut solution on how to use GKSessionModeServer and GKSessionModeClient means which device will act as server and which will act as client.
Please if any one know how to handle this or what approach should I follow, tell me.
Any help would be highly appreciated.
I didnt try it with 3 devices ingame, but maybe this will help you (it worked with 5 devices in lobby).
it sounds a bit complicated but works much better than standard ios invitation scheme (it was traumatic experience with 3.1)
Regards!