Musthafa P P
Musthafa P P

Reputation: 655

iPhone peer 2 peer Connection .. Is there a way to connect to more than 1 devices?

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?

Upvotes: 0

Views: 881

Answers (1)

Marco
Marco

Reputation: 6692

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:

Upvotes: 1

Related Questions