I want to do NSURLConnection in background mode,because it response is having much data.Forums are telling to use Apple\'s finite length coding to use in
Look at the sendAsynchronousRequest:queue:completionHandler: method documented here in Apple's Documentation. It allows asynchronous requests with NSURLConnection.