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.
但是,在如何使用<代码>GKSessionModeServer和GKSessionModeClient
方面,目前还没有任何明确的削减办法,这些手段将充当服务器,并将充当客户。
如果有人知道如何处理这一问题,或者我应该采取什么做法,请告诉我。
任何帮助都将受到高度赞赏。