I have an application where I send data to the server using NSURLConnection
.. but there is a particular case where as soon as I hit the service and lock the iPhone. The data is received by the server but the connectionDidFail
method is called inside the application.. is there any work around for this..?
Thanks for any inputs.