Question

I am try to implement peer to peer Connection Application . So i want to Connect More than 2 devices to each other.How to Create separate session for Each pair of devices Is it possible to connect to more than 1 devices using the new GameKit framework?

Était-ce utile?

La solution

You can connect multiple devices using GKSession.

Take a look at GKSessionP2P, a demo app that illustrates the ad-hoc networking features of GKSession. The app both advertises itself on the local network and automatically connects to available peers, establishing a peer-to-peer network:

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top