I am developing an iPad app (the "Server") which needs to communicate with up to 4 iPhone/iPod Touches (the Clients). Should I create 4 GKSessions for each of the iPhones? Should I have 1 GKSession which connects all 5 devices, and if I do, will each iPhone be able to "see" the others (Ideally, this shouldn't happen as it will keep things simple)? The apps will together be a bit like the Scrabble app for iPad (not in functionality, but in idea).
Does anyone have any gamekit sample code or good links?
I downloaded GKTank and I cannot get the iPad and iPhone to complete their connection. I even turned off wifi on both but they get stuck at waiting to connect.