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.