I\'ve read that as of iPhone OS 3.1, GameKit supports wifi connections. But the documentation states:
\"If your application configures the peer pic
Your GKSession object will automatically handle the discovery of peers over WiFi or Bluetooth, and find those that are available on either protocol.
The documentation is stating that unlike Bluetooth, for which GKPeerPickerController provides a UI to enable Bluetooth if it's not already enabled, GKPeerPickerController does not provide a UI to enable wifi, or select the network the user wishes to be on, you will have to provide your own.
You can use GKPeerPicker class..There is connectionTypesMask,it has property GKPeerPickerConnectionTypeNearby (for bluetooth connection or wireless). For more detail see my original answer.. gamekit over the internet