Need to record audio at particular time even if app is in killed state

Hello Team,

Is it possible to record audio through iOS app when app is in killed state, without intervention of user, not looking for Push/Local notification things is their any possible way.

Any help will be appreciated...

Replies

Is it possible to record audio through iOS app when app is in killed state

If, by “killed state”, you mean that the user has explicitly removed your app from the multitask UI by swiping up, then the answer is “No.” That gesture is taken as strong evidence that the user does not want your app running in the background, and thus the system won’t run it again until the user explicitly launches it.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"