Replies: 2 comments
-
Nuget Version 9.2.0 will schedule a notification when the device notifications are Blocked. Nuget Version 10.1.8 will not schedule a notification when the device notifications are Blocked. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ckoziel Yes, from 10.1.8 onwards, if notifications are not allowed, you cannot schedule notifications |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for responding to my email Elvin. So, my question was this. If you schedule notifications when the Phone Notifications are Blocked, I was wondering if the notifications still get queued for when the Notifications are eventually allowed. Here are the steps that I tried.
Ran the APP in debug mode on a physical Android Device
Scheduled the notifications with the Notification Blocked on the Phone
The result comes back false.
Turn the Notifications on the phone and nothing gets fired.
If the Notifications are allowed on the phone, and then I schedule the notifications, everything runs fine.
Maybe it's just my misunderstanding, but I was under the impression that notifications still get queued even if Notifications are blocked.
TestNotifications.zip
Please see the attached sample. Thank you, Elvin.
Beta Was this translation helpful? Give feedback.
All reactions