My app keeps listening to voices and analysis them to detect real panic screams. So I want to keep the app running 24/7, but when my app goes in background, the red bar appears on top. Since the recording has to be running for longer period, my app users won't afford to use it anymore. Do you think there is anyway to hide it while recording in background, does Apple has such policy to allow us in such case? The same question was asked but none is given an answer yet.
I am using AVAudioSession
with category AVAudioSessionCategoryPlayAndRecord
with options AVAudioSessionCategoryOptionMixWithOthers