I've been notified by a User that my widget's Temporal notifications are:
1. Triggered when he has the option set to "not receive notifications during the activity".
2. When interacting with the notification, the activity is lost.
My question is: Do I have to programatically check that notifications are disabled and/or an activity is in progress in my background code? And if so, what is the best way to test in the simulator?
- This would be inconsistent with the "do-not-disturb"/"sleep" mode, which disables the Temporal event from triggering.
Hope someone can help shed some light into this matter. Thanks!