Continuously running app in background

Please tell me there is a way to activate and keep an app running if the phone screen is locked/minimized app?


I’ve seen android has this feature and it’s something I really need, surely apple has this feature it seems really simple I just can’t find how to do it.



Thanks!

iPhone X, iOS 14

Posted on Nov 3, 2020 9:57 AM

Reply
Question marked as Top-ranking reply

Posted on Nov 3, 2020 12:30 PM

Backgrounding is something that's up to the app itself.


For obvious power-saving reasons, Apple's developer notes recommend that apps either suspend or go idle when in the background, but of course that's not always appropriate, so the app developer needs to add hooks that tell the OS whether or not it will suspend.


The only user-level control you have over this is in Settings -> General -> Background App Refresh where you can enable/disable background processing if an app requests it. But the exact nature of what it will (or won't) do in the background is up to the developers themselves.

4 replies
Question marked as Top-ranking reply

Nov 3, 2020 12:30 PM in response to Carlzr

Backgrounding is something that's up to the app itself.


For obvious power-saving reasons, Apple's developer notes recommend that apps either suspend or go idle when in the background, but of course that's not always appropriate, so the app developer needs to add hooks that tell the OS whether or not it will suspend.


The only user-level control you have over this is in Settings -> General -> Background App Refresh where you can enable/disable background processing if an app requests it. But the exact nature of what it will (or won't) do in the background is up to the developers themselves.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Continuously running app in background

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.