WKAudioFileQueuePlayer exits app

Has anyone gotten WKAudioFileQueuePlayer working with a string of a few sounds? Whenever I set up the WKAudioFilePlayerItems and call [WKAudioFileQueuePlayer queuePlayerWithItems@[...]], the app exits (no error or crash, just a "Program ended with exit code: 0").


It happens on that exact line of using that initializing class method, not before or after.

Replies

Haven't tried with a queue but even a single sound item causes crashes. Try running in simulator to see if it asks for a bluetooth headset as this is the behaviour I and a few others are getting.

Maybe this issue is outdated but with latest SDK version the WKAudioFileQueuePlayer class seems to work properly. However, I had to use a real device with a paired bluetooth headset as the Simulator does not work.


MB