What method is triggered when local notification is dismissed from notification centre of iOS?

前端 未结 1 1704
旧巷少年郎
旧巷少年郎 2021-01-26 06:55

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

相关标签:
1条回答
  • 2021-01-26 06:58

    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.

    0 讨论(0)
提交回复
热议问题