i need to download number of files on after another from server
i use following code for getting file data from a url
but my application crashes in middle..wht could be the reason & how it could be resolved?
i use following code for getting file data from a url
Code:
[NSURLConnection sendSynchronousRequest:theRequest returningResponse:&res error:&error];
where theRequest is NSURLRequest
but my application crashes in middle..wht could be the reason & how it could be resolved?