0

GKSession在 PEERMODE 中使用与不同设备建立多个连接。

[I(denoted as Z) have 3 connections with A, B and C.]

   (All with same session ID)
      <-----> A
    Z <-----> B
      <-----> C

但我无法弄清楚如何终止具有特定 peerID 的特定连接,如下所示:

      <-----> A
    Z <--x--> B    disconnect with B, but A & C remain connected
      <-----> C

我已经阅读了GKSessionClass 的参考并在网上进行了一些搜索,但没有找到任何有用的信息,有人可以帮助我吗?

4

1 回答 1

1

你试过了吗

- (void)disconnectPeerFromAllPeers:(NSString *)peerID

peerID 为 B ?问候!

于 2012-05-29T10:25:27.957 回答