How do I mute or custom sound Mobile Notification ??
I'm using the mobile notification provided by UNITY package manager.
I want a silent alarm.
Can't I turn off the alarm sound or make a custom sound?
Shouldn't there be no sound if I do Importance in AndroidNotificationChannel with Low or None?
or
Can I turn off the sound by manipulating GroupAlert Behaviours?
thanks!
Answer by jhr2013 · Feb 25 at 09:26 AM
too late answer. hope it helps you
In Android When You declare AndroidNotificationChannel. you should set importance to importance.low than it's gonna mute
In IOS You can except the sound in project setting -> mobile notification
reference
Your answer
Follow this Question
Related Questions
Sceduled local notifications in iOS 1 Answer
Admob with Firebase Bottom Banner Problem 0 Answers
How to cancel iOS LocalNotification? 1 Answer
Notification from Database 0 Answers
Using WNS in Unity 0 Answers