I am working on ios5 and have used NSURLConnectionDataDelegate in my application which really works fine for me. But I run the same project on ios 4.3 I am getting the error :
Cannot find protocol declaration for NSURLConnectionDataDelegate
Can someone help me here?
I found the solution. Instead of
NSURLConnectionDataDelegatewe should useNSURLProtocolClient.