-3

I'm making an app that needs to be launched when the user turns on the Iphone. How can I make this? It is possible?

Thanks!

Alberto Juarez
  • 444
  • 8
  • 23
  • 1
    duplicate of: http://stackoverflow.com/questions/9300815/can-iphone-apps-start-on-start-up - In short, No. – jbutler483 Aug 04 '14 at 15:55

1 Answers1

0

On a non jailbroken iPhone or iOS Device this is not possible through restriction of iOS/Apple.

If you aim for deploying your app on jailbroken devices have a look at launchd.

Jonas Schnelli
  • 9,965
  • 3
  • 48
  • 60