You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a small alert saying we need to take a break or the next session is starting. It's frustrating.
Like I wanted to refill my water bottles in my break and didn't cos I didn't know when the break started and ended.
Edit: I just found out that there are alerts, but the alerts are not making sound when DnD is on. When I later turned DnD off for another of my sessions, the alerts were loud and clear. This might need fixing.
The text was updated successfully, but these errors were encountered:
Set the criticalAlerts channel property and notification content property to true. This feature allows you to show notifications and play sounds even when the device is on silent or Do Not Disturb mode. Due to its sensitivity, this feature requires special authorization from Apple on iOS and explicit user consent on Android versions greater than or equal to 11. On iOS, you must submit a request for authorization to Apple to enable it, as described in this post.
We are currently using criticalAlerts so we need to see what is missing, maybe the request that is described in the paragraph.
Also found this and not sure if they come together or if it is one or the other
CriticalAlert: Critical alerts is a special permission that allows to play sounds and vibrate for new notifications displayed, even if the device is in Do Not Disturb / Silent mode. For iOS, you must request Apple a authorization to your app use it.
OverrideDnD: Override DnD allows the notification to decrease the Do Not Disturb / Silent mode level enable to display critical alerts for Alarm and Call notifications. For Android, you must require the user consent to use it. For iOS, this permission is always enabled with CriticalAlert.
There should be a small alert saying we need to take a break or the next session is starting. It's frustrating.
Like I wanted to refill my water bottles in my break and didn't cos I didn't know when the break started and ended.
Edit: I just found out that there are alerts, but the alerts are not making sound when DnD is on. When I later turned DnD off for another of my sessions, the alerts were loud and clear. This might need fixing.
The text was updated successfully, but these errors were encountered: