-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
mute sound for local notification not working #1045
Comments
Facing the same issue. Local notifications always have sound AND vibration; can't mute them. Any thoughts? |
Most likely related to the importance/priority flags. Since priority was deprecated, and notification channel importance is now used, based on the notification channel importance the notification can or not play sounds. This is from testing a notification channel with a foreground service. However, I wasn't able to mute the notification even with a low importance/priority. |
Any update on this issue. |
The same issue here. |
Facing same issue here. Versions: Any updates? |
I actually found a workaround that is working on android but it will be also a silent notification, which means it will not be visible if you dont open your notifications tray. In my case is what i wanted On the createChannel you need to specify a low importance. Thus the working code for me:
The function that i use to trigger my local notification:
|
The same issue |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
I tried to change the value playSound to "false" but the notification sound is still on.
What should i do?
The text was updated successfully, but these errors were encountered: