I am trying to run wwise in background on mobile devices. With Android there is no problem, but in iOS it is not working like expected.
iOS has 2 audio session categories when background audio is possible: AudioSessionCategoryPlayback and AudioSessionCategoryPlayAndRecord. I tested with both. AudioSessionCategoryPlayAndRecord works as expected. When i set AudioSessionCategoryPlayback, i can leave the app and the audio continues to play. But when i lock the screen of the device, the audio stops and i get "AK Error: Voice Starvation". It looks like the audio output depends on the screen framerate or something.
Device: iPhone 14 Pro,iPad Air 5th Gen
Wwise version: 2022.1.5.8242
What am i doing wrong. Is it a bug in wwise?