I am trying to create an app which fires a local notification and when the notification is tapped, a specific viewcontroller should be opened. I used didRece
As far as I looked for your question's answer on web and apple docs, there is 'NO' such delegate method available which get triggers when a notification is dismissed.
And cancelLocalNotification(notification) is a custom method need to be called by one-self.