My app needs to update itself after it has become active etc. I use the WillEnterForegroundNotification and the ViewDidLoad and ViewDidAppear functions to accomplish this in the view, and also the WillEnterForeground in the AppDelegate, and it all works fine.
Except for one situation, and that is when the device gets locked when my app is active. Once you unlock the device by sliding the 'slide to unlock' at the front, the app is still there, but it does not get any of the previously mentioned notifications. Is there some 'wake-from-unlocked' event? Or another way to determine if the app became active after a lock/unlock session? -- View this message in context: http://monotouch.2284126.n4.nabble.com/Unlock-event-tp4036477p4036477.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
