We have an audio app that works with AirPods, until going to background. More specifically, it's fine if we go to background with audio still playing, but if we stop/pause playback, then go to background, on returning from background we have no audio from the AirPods.
The app is reporting a .categoryChange notification, which does list the AirPods as the input/output device. With standard headphones and the built-in speaker everything is fine.
Is there a simple solution? I've been looking at CBCentralManager, but this seems incorrect as it's specifically for BLE... Any help greatly appreciated.
The app is reporting a .categoryChange notification, which does list the AirPods as the input/output device. With standard headphones and the built-in speaker everything is fine.
Is there a simple solution? I've been looking at CBCentralManager, but this seems incorrect as it's specifically for BLE... Any help greatly appreciated.