I am sorry if the title is unclear. Allow me to elaborate further.
Firstly, I have an application on an iPhone that will allow the user to upload a data to server. We simply use php to allow the user to upload the data. Secondly, the server will process this data and then return the processed data back to this iPhone. This part is the part that I am still having trouble.
My question is "how to make the server send the processed data back to the invoking iPhone?" Are there some sort of "listening to server" method in iPhone SDK or there are other ways to consider? In the case of some errors in connection, is it possible for the server to know which iPhone to send the data back to?