I know it's possible to delete a local push notification (How to delete a local notification in iPhone)
But what if my users set a notification a week ago?
How can I iterate through these notifications, find the one I want to delete and delete it?
I'm guessing that they must be app specific, so I could delete all the notifications and then have a routine which submits new ones?
Are there any good examples or tutorials online?