For non-jailbreak iPhones, is there a way to let your program load when the phone starts? And is there a way to sche开发者_JS百科dule application startup at specific times?
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.
精彩评论