I'm about to submit my app. Its plays some radio streams. And displays some info from my web server.
1)It does a check when the app starts for reachability and informs the user if there no connection available. Do i need to do more here, like keep popping up alerts if the user starts trying to play the radio even if there is no connection? Or checking once when the app starts enough? Maybe I would be expected to check on every button thats pressed that tries to play a radio station or that tries to download some data from the web server? Incase there is web connectivity when the apps starts but its later lost?
2) The app can play the radio streams in the background. Is there anything special related to this that I am expected to handle. If the app is interrupted by a phone call am I expected to make the radio resume automatically after the call or is it ok to leave that up to the user? The volume control on the side of the phone is ok to control the volume. I haven't hooked any other buttons from the phone itself to the app. Is this ok?
3) If there is anything else you think I should look into handling please feel free to suggest it.
Many Thanks -Code