1

I am trying to create an app that pops up like a second password screen every time the user unlocks the phone.

User unlocks phone -> custom security app opens -> custom security app closes and pushes user to home screen

Is this possible to capture the phone unlock event and open your app?

Thanks!

tommybananas
  • 5,718
  • 1
  • 28
  • 48
  • 1
    Not without jailbreaking; it would be a massive problem if installing an app could lock you out of your phone. – tc. Sep 24 '12 at 22:33
  • This post might be useful for you. http://stackoverflow.com/questions/706344/lock-unlock-events-iphone – Peter Zhou Sep 24 '12 at 22:35

1 Answers1

9

Definitely not. Third-party apps don’t get that amount of control over the system.

Noah Witherspoon
  • 57,021
  • 16
  • 130
  • 131