Network Activity Indicator won't stop spinning

Hi all,

I play a streaming audio with AVPlayer. It plays properly but the network activity indicator keep spinning at the top of the status bar.

I would like to stop this activity indicator while the audio is playing by calling [UIApplication sharedApplication].networkActivityIndicatorVisible = NO. But it doesn't work.

Any ideas?

Thanks u

Replies

If active streaming is going on why would you want to hide the fact from the user?

The users will feel they lose the money duing the 3G or 4G connection.

Why don't you ask Apple that question, they don't show a spinner in Aplpe Music while streaming. Besides it also keeps spinning if you pause the stream, it only stops as soon as you dipose the player, so it is strange behaviour.