I don't care if its something Apple wont accept but, how would I get an iPhone app to start up when the iPhone turns on?

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

It isn't that Apple won't accept it, but that they just won't run it. The only way to achieve this would be to jailbreak the phone and play with launchd.

link|improve this answer
feedback

Put a plist in /System/Library/LaunchDaemons/ with a path to your tool, just like MacOSX.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown