Im using the standard:
[NSURLConnection sendSynchronousRequest:theRequest
returningResponse:&response
error:&error];
method, but while the request is away, for both waiting for the response and downloading the data, the activity icon in the OS (very top) doesnt spin showing network activity.
Is there a flag or something I have to switch on to get it to work? Or am I not using the correct downloading technique?
Thank
Mark