I am making an application that sets a local notification.
Thankfully I was able to set the local notification but I don't know how to delete the notification which is set by my application.
The XCode does provide functionality of delete with removeAllNotifications but you cannot remove specific notifications set by the application.
Thanks a lot.