getNotificationByIdAsync (notificationId)

Please provide the following:

  1. SDK Version: 37.0.3
  2. Platforms(Android/iOS/web/all):android

It is described in the documentation of the local expo notifications that all scheduled notifications are removed when restarting the android device.
With that in mind, I need to schedule daily notifications for my users, however, probably at some point the user will restart their device and I have no way of knowing if this has happened.
I wish there was a method like this “getNotificationByIdAsync (notificationId)” so that it could be verified that the notification I want to schedule is already scheduled.
If I save the notification Id in the device’s memory, I have no way of knowing whether the notification is active or not.

For your use cases, how do you go about ensuring that a notification is scheduled?
And, is there a way to automatically reschedule these notifications when restarting the device?

I thank everyone who collaborates!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.