sngrl / php-firebase-cloud-messaging

PHP API for Firebase Cloud Messaging from Google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setSound is not working

ronaldofreitas opened this issue · comments

Hi,
I'm trying to change the sound but it does not work.
I think it only works the 'default':

1°) $notif->setSound('default');
2°) $notif->setSound('ringtone');
3°) $notif->setSound('siren');

I am using PHP 5.6

commented

to make it work, you have to modify the file Notification.php
sin nombre1
and then modify your $message-> setNotification with another parameter
sin nombre2

Bonjour,

Je n'arrive pas à modifier le son pourtant j'ai fait comme @k3v1nd315
Peut importe ce que je mets c'est toujours le son par défaut.

J'aimerai bien mettre mon propre son, passer directement un lien vers un fichier audio.
Si quelqu'un sait comment faire, je suis preneur :)