I'm working on an app that allows users to set reminders, which basically schedules local notifications. I have a feature in my app, that requires adding some data into the local database, whenever a notification is fired.
Let's say, a notification was scheduled for 5:00 PM on 13th March
, then it should add this time to the local database alongside the notification, without having to open the app.