I have an app that plays audio(a media player). When the user receives a phone call, the audio appropriately pauses then resumes when the call ends, even if the user doesn't have the media player in the foreground. The problem is when a user makes a phone call while the audio is running, the audio will pause, but not resume after the call is finished. The iPod music player implements this functionality - The main and important different between my player and the iPod one is that I am using an AVPlayer instead of an MPMediaController.
Any ideas?
Thanks