I have built an cross-platform app that involves playing audio (podcast mp3 files) in the background.
I have followed the examples as best as I can for performing background audio on Windows Phone 8.1 XAML apps. It will launch and try to start sometimes giving a second or two of audio, and then I get this in the output:
The program '[3284] Windows.Media.BackgroundPlayback.exe' has exited with code 1 (0x1).
I don't even know where to look from here. It doesn't seem to raise an actual exception in the application itself. Any idea what is wrong or how to further troubleshoot this?