I've managed to get the application I'm writing to present a UILocalNotification when it is in the background. Though when the application resumes, the user interface becomes inactive.
Is anyone aware of how to get the application responding again having resumed from the background state?
Thanks, Matt.