Quote:
Originally Posted by hardikapatel
There is no such thing like IP address and port.The application developed using GAMEKIT takes care of everything.It automatically detect the IP Address of all iPhone devices in WiFi network and looks for the application key if it matches then proceeds futher.
|
Sorry I see Gamekit added wifi support with 3.1 (But no picker). Previously it was only bluetooth.
IP's and ports do still exist, though as you said they are abstracted away. This could also still be a ip or router type issue. I'd recommend downloading something like the WiTap sample, and trying to run one on the device, and one on the simulator and see if they can detect each other. If that works than you know the network configuration should be fine, since thats using sockets and bonjour which is what gamekit abstracts away.