Is there possible to record audio during application in kill/terminate state? I am working with application where I have to record microphone voice for some process so I can it during application in foreground and background state, I have no idea about application kill state.
Audio record in kill state
Recommended
No, you cannot record audio while your app is suspended or terminated. The user would need to first launch your app if it has been terminated, or bring it to the foreground if it has been suspended for audio recording to start or resume.