iphone - gamekit over the internet -


the gamekit on wifi documentation talks local wifi , it's built on top of bonjour. mean not work on internet, locating user/players in different subnet, different isp ... etc

if need connect players/users on internet in general assume need setup server, right ?

yes, game kit can used connect peers on internet.

but in case application must respond peerpickercontroller:didselectconnectiontype: , handle private handshake protocol discover peers , establish communication. web service on server required (unless users type in ip address).

good luck sam!


references:

apple ios reference library, game kit programming guide.

sanford university online course, iphone development, lecture 17: bonjour, nsstream, gamekit (see @ 48 min 28 sec).


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -