When I send a push notification to a Android device from the Backendless platform, on the phone I receive the notification but it does not make any sound.
Just to make sure that my phone is all right, I sent a push notification from parse and when I receive the notification the phone makes a sound normally.
Why when sending a push notification from backendless the phone does not makes any sound? It is happening on android device. I have not tested on IOs since I don´t have ios operative system.
If I only write the message in the message field without any header the push notification don’t have sound…
How can I play the notification sound without any header?
Parser works in this way.
Ok, now I see your points. It is really not so easy with backendless, I have created an internal ticket to simplify this. As work around you can create your own BackendlessPushService here is a doc how to do it https://github.com/Backendless/Android-SDK/blob/master/docs/push.md .
then you should override method onMessage in next way
Thank you for your reply. I´ll try to do it in that way.
From my point of view, backendless should provide an easier way of doing that (like in parse, by default the receive of a push notification sent with parse comes with sound).
If the ticket that you just opened makes the backendless team to provide a solution in a version update or something, please, let me know.