How to resume background audio in Swift 2 / AVPlayer?
问题 I am learning Swift as my first programming language. I've struggled for many hours to resume background audio playback after interruption (eg call) What should happen: Audio keeps playing when app goes to background (works) When interrupted by a call, get the notification for interruption began (works) When call ends, get the notification for interruption ends (works) Resume playing the audio ( does NOT work - hear nothing ) Really appreciate any help! Thanks Notes: The app is registered for