As part of an app I'm writing, it keeps a list of reminders and uses local notifications to display them at the required time.
What I would like to determine is a list of these notifications so that I don't have to recreate the list upon each edit or new notification.
Is there any documentation or examples/tutorials that demonstrate this behaviour?
Thanks, Matt.