How would be the best way to popup a modal (across the entire app) from the response of a notification action? The AppDelegate's ReceivedLocalNotification executes, however I am not exactly sure what would be the best way to have it pop a modal window in the app from there. The only thing I can think of is having every potential view to subscribe to a message and send out the message, but that just doesn't seem like it should be the best way.
↧