Search code examples
ios-simulatoravplayeravaudioplayer

Background Audio not working in iOS10,iOS11 on simulator


App is not playing audio in background mode in ios simulator, it is working fine for device. But I need to test on iPhone X.


Solution

  • This is a known issue in the iOS 11 simulator. Apps which support background audio are getting incorrectly suspended.

    This is not an issue in earlier simulators as they do not support suspending the iOS applications when backgrounded.