Search code examples
iphonetcpstock

I need some tutorials about Tcp in iphone


I want to make a stock software,so i should receive the data from the server.the client have completed,but i don't know how to connect to the server and receive the data.


Solution

  • There is a really good tutorial here on Ray Wenderlich's site about creating a TCP socket based iPhone app. It even shows you how to setup a server.