How can I modify the iphone SDK Apple sample code 'GKTank' to support multiple peers? Ideally 4.
I know GKit has a peer limit of 4, which is fine. What changes would I need to make to the source file 'GKTANK', so I can learn the process and adapt it to my own current app.
Thanks.