views:

57

answers:

1

I am looking to extend an iPhone game by adding support for networked multiplayer capabilities (preferably over WiFi). How would you suggest I add this functionality to this application?

+1  A: 

Game Kit can be used to add match making and network communications to your game.

Start with the Game Kit Programming Guide which has step-by-step instructions for many scenarios and lots of sample code.

Robot K