1
votes

Audio in Background works perfectly on devices but not on Simulators (different machines) with same iOS version (11.4) as working devices.

Setup:

 AKSettings.playbackWhileMuted = true
 do { try AudioKit.start() } ...

Info.plist:

Required background modes -> App plays audio or streams audio/video using AirPlay

Any ideas ?

1

1 Answers

1
votes

My understanding is that the simulators basically don't work with background mode. Cf:

Play music in the background using AVAudioplayer

How to continue audio playback in background mode