I have a web service used by my iPhone application.The application accesses the webservice to get authenticated.
My question is how to intimate the user when the server doesn't sends any response when it is called.
ie..The control doesn't comes to
-(void) connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *) response { }