I\'d like to build an iPhone game for the Game Center and am currently researching the server part of it all. I learn best by example and I\'m having a hard time finding any ex
Just so you know, the GameKit API includes functionality to allow you to send data to the other players in your game. You might want to consider using this instead since it will save you a lot of work building a game server from scratch and you get to make use of Apple's well-tested networking infrastructure.