Hi all,
In my app I would like to start audio recording in background trigged by bluetooth or a background fetch or background processing.
Is it basically possible to start audio recording in the background?
Has anyone experience with this task?
Hi all,
In my app I would like to start audio recording in background trigged by bluetooth or a background fetch or background processing.
Is it basically possible to start audio recording in the background?
Has anyone experience with this task?
What is your mechanism for recording audio? I'd check the docs and see if they allow starting the recording from background. From experience, you can do a number of items when your app is woken up from CoreBluetooth events, but I've never personally tried to record audio from those events. For what it is worth, good luck getting this through App Review; hopefully the feature is very clear to the users and opt in. Very close to privacy invasion / surveillance, IMHO.