Re: Pushsafer sendet sinnlos Nachrichten
Posted: 8. Mar 2018, 08:50
Hallo,
ein Problem ist nicht bekannt!
Wo und wie nutzt du Pushsafer?
Grüße Kevin
ein Problem ist nicht bekannt!
Wo und wie nutzt du Pushsafer?
Grüße Kevin
Pushsafer make it easy and safe to send & receive push-notifications in real time on your Android or Windows mobile device, iPhone, iPad and Desktop!
https://www.pushsafer.com/board/
Code: Select all
string title = "Betreff: Titel";
string message = "Diese Mitteilung wird per Push versendet";
string sound = "5";
string icon = "11";
string vibration = "1";
string device = "325";
string privatekey = "XXXXXXXXXXXXXXXXXXXX";
dom.GetObject("CUxD.CUX2801000:1.CMD_EXEC").State("LD_LIBRARY_PATH=/usr/local/addons/cuxd /usr/local/addons/cuxd/curl -s -k -d k='"#privatekey#"' -d t='"#title#"' -d m='"#message#"' -d s='"#sound#"' -d i='"#icon#"' -d v='"#vibration#"' -d d='"#device#"' https://www.pushsafer.com/api");