Turning off sound on notifications on android

SDK 41 Managed

How do I turn off sound when I send notifications for Android through the push notifications. I’ve read this:

Seems like it’s not possible?

I’ve tried setting:

(sound: nil)
(sound: false)
() [no sound key at all]

On my Galaxy S8 I get a sound when the notifications come through.

On ios if I put sound: nil I get the notification but no sound.

How do I do this with Android?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.