Background Audio not working in iOS10,iOS11 on simulator

Viewed 1016

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.

2 Answers

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.

This issue is now fixed in iOS 11.2 simulator, available since Xcode 9.2 (currently beta).

Related