I have asked this question in Apple Developer forum earlier today but there is no response. But anyway, I would like to ask again in here.
I am making an audio live streaming app. The problem I faced with is that the audio streaming cannot be resumed to play when it is paused due to buffer empty in background mode.
I am using Reachability to check network reachability, and AVPlayer for audio streaming. In debug mode, when the app passed some breakpoints, the execution becomes frozen. When the network state changes, Reachability does not have any responds.
Is there any way to solve this issue?
Thanks.