I am using NSURLConnection for accessing webservices.
I am getting proper response in iOS 4.3 but If I run the same code in iOS5 I am getting NULL response.
What are the changes do I need to make to the existing NSURLConnection delegates to work successfully.
I have implemented NSURLConnectionDataDelegate & NSURLConnectionDelegate. Even then its not working.
Thanks in advance.