slonkar
slonkar

Reputation: 4085

How to implement Master-Client model using GKSession?

I am working with GKSession right now. I want to connect more than 2 iPads with each other.

I am able to connect two of them using Bluetooth GKSession PeerPickerController. I am pretty much new to this stuff.

Can any one give me some pointers or links to tutorial that implement such model ?

Upvotes: 1

Views: 1553

Answers (1)

Marco
Marco

Reputation: 6692

Here is a sample GKSession project that illustrates setup and teardown of a GKSession without using a GKPeerPickerController.

Upvotes: 7

Related Questions