Iphone Game Dev Over The Internet
Posted
by kernix
on Stack Overflow
See other posts from Stack Overflow
or by kernix
Published on 2010-05-01T16:50:59Z
Indexed on
2010/05/01
16:57 UTC
Read the original article
Hit count: 108
iphone
Hello, I was wondering is there an easy way to communicate between iphones over the Internet(Not LAN/Bluetooth) or must there be a dedicated server in which all the iphones running an application needs to connect to?
For instance, suppose I'm writing a game which works on the Internet. Once four clients joins a room, game starts. must I implement a server in which every Iphone client connects to (for instance if server was developed on Windows it could be a Service) or is there another way to address this when developing Internet-based application?
Thank you
© Stack Overflow or respective owner