1

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 ?

Fischer
  • 1,513
  • 4
  • 17
  • 38

1 Answers1

1

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

c_booth
  • 2,185
  • 1
  • 13
  • 22