Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can iPhone apps start on start-up?

Tags:

ios

iphone

I've answered two different questions now, both explaining how VOIP apps don't start on start-up, yet people seem to think they do.

I'm not 100% sure myself, someone linked me to a part of the apple docs, which doesn't really mention anything about auto-starting of apps.

I was originally going on prior knowledge and this answer, but after another person saying that they do, I'm really not sure.

As far as I'm aware, apps only react to push notifications, and can't be launched into the background when a device is turned on.

Can we please clarify whether it is possible to auto-start an app or not?

like image 483
Alex Coplan Avatar asked Feb 15 '12 20:02

Alex Coplan


People also ask

Why do apps launch on iOS first?

Quicker updates It's not a simple answer. Many app developers prefer iOS because it's a much more controlled universe to work within.

How do I make my iPhone not automatically open apps?

Turn on Restrictions from Settings > General > Restrictions and set a passcode. Scroll down, go to Apps and tap Don't Allow Apps.

What is app launch time?

The time to initial display (TTID) metric measures the time it takes for an application to produce its first frame, including process initialization (if a cold start), activity creation (if cold/warm), and displaying first frame.


1 Answers

Take a look at the UIBackgroundModes section in this document - it seems to state that adding the voip key will autostart an app on boot.

Edit: a sample app seems to confirm this behavior.

like image 55
Tim Avatar answered Sep 21 '22 19:09

Tim