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?

Was it helpful?

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:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top