We are sending Push Notifcations to our Android app. We want them to appear as a "Pop-Up" by default.
The only way I have been able to get that to work dfo that seend to do that is to target a specific notification channel with an Importance of High.When we do that we do get a visible pop-up for our Notification.
The problem with setting the importance is that by default we then get a Sound playing as well.
- Is the only way to get a Pop-Up to use a High Importance channel?
- If using a High Importance channel how to we specify a sound of "Silent"?