I have a helper application that is active when the GUI app is not. The helper application is posting notifications to [NSUserNotificationCenter defaultNotificationCenter]. I'd like to have the GUI app open when the user activates a notification from the helper. Is there a way to do this?
I'd also prefer that the helper app post notifications with the same name as the main app, but that's less of an issue than getting the didActivateNotification: sent to the right executable.