0

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?

Marco
  • 6,692
  • 2
  • 27
  • 38
Musthafa P P
  • 645
  • 3
  • 7
  • 21

1 Answers1

1

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:

Marco
  • 6,692
  • 2
  • 27
  • 38