iOS notifications being scheduled for the wrong weekday
I’m building an app to help people reduce smoking/vaping. The user can set up how often they would like to smoke, for how long, during what hours and on what days of the week to enforce this schedule.
Prevent expo notification alerts from being displayed
I am using a notification to trigger a refresh of data from an API. Notifications are working but I do not want any alerts to be generated. I’ve set the setNotificationHandler to false but alerts are still showing while the app is in the foreground, background, killed, and phone off. How can I prevent all alerts?