vote up 0 vote down star

How can I detect lock/unlock events on the i-phone? Assuming it's only possible for jailbroken devices, can you poin me to the correct api?

flag
what do you mean by "lock/unlock events"? – Roger Nolan Apr 1 at 19:24

1 Answer

vote up 0 vote down

For what reason do you need to detect these? If you simply want to know when your app is slept without quitting (as it would be in a lock), you can implement applicationDidBecomeActive: and applicationWillResignActive: in your application's delegates. This will also fire for other reasons, though, such as when the phone rings (but is not answered).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.