Loading apps while iPhone starts up (boots) or aft

2019-09-08 17:56发布

问题:

For non-jailbreak iPhones, is there a way to let your program load when the phone starts? And is there a way to schedule application startup at specific times?

回答1:

Nope, thats not possible. The only thing that might help you to launch an application at a specific time is a UILocalNotification but it only allows fixed times and not relative ones like "two seconds after XY" and it isn't guaranteed to really start the app because it depends on user input.