My app schedules a UILocalNotification in the background, which is added to Notification Center. However, when the notification is tapped in Notification Center, the app is opens, but the notification remains in Notification Center. How can it be removed please?
My app schedules a UILocalNotification in the background, which is added to Notification Center.
Share
To cancel a UILocalNotification use:
Source: Delete a UILocalnotification at a certain indexpath