0

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.

Bharath
  • 73
  • 1
  • 1
  • 11

1 Answers1

0

You have some changes with NSURLConnection class in iOS 5 (some delegate methods are now deprecated).

You can find a good post about it here : NSUrlConnection Class Changes

Community
  • 1
  • 1
ChapMic
  • 26,954
  • 1
  • 21
  • 20