tags:

views:

32

answers:

1

I have to communicate with server I have to questions in my mind

1>code that connect to server 2>code that try to connect to server untill and unless connection establish with server.

A: 

Check out iphone on rails and ASIHTTPRequest

I'm using both at the moment and they work like a dream.

Chris Beeson