My app (using AVMoviePlayer) crashes when an incoming text message is received, as well as a local notification from another app. These messages usually appear in that thin notification center at the top of the screen.
The trouble is, ApplicationWillResignActive does NOT get called when one of these message appears. I set an alarm (iPhone app clock), and THAT does make an ApplicationWillResignActive message appear. I can respond properly as long as I get a message, but the texts and local notifications don't seem to be detected.
Is there a message I can add an observer for that will tell me when a notificationcenter notification has come in? I mean notification in the sense of that little thin bar at the top of the screen, rather than NSNotificationCenter.