Is there any way to have communication with the internet like a live chat? [import]uid: 15055 topic_id: 7700 reply_id: 307700[/import]
Yes, it is theoretically possible to use the socket library to talk to a server on the internet for the purpose of implementing something like live text chat. [import]uid: 32962 topic_id: 7700 reply_id: 27316[/import]
Whatever you do, don’t continually poll a server. Apple doesn’t like that. Sockets + UDP is the way to go. [import]uid: 8045 topic_id: 7700 reply_id: 27483[/import]