Page 2 of 2

Problame with send nothifiction from php

Posted: Sun Jun 09, 2013 2:35 pm
by Andre Pooschke

Hi All,

The problem is solved!

Everything works fine, if you define the channels as array in php!

$fields = array(
"channels" = array(1233,1234),
"message" = "MESSAGE",
);

json_encode forms than the correct string, that api.appery.io accepts.


Problame with send nothifiction from php

Posted: Sun Jun 09, 2013 10:37 pm
by Illya Stepanov

Thank you for the information Andre!


Problame with send nothifiction from php

Posted: Mon Jun 10, 2013 12:01 pm
by Meni Samet

Thanks everyone for your help in solving the problem


Problame with send nothifiction from php

Posted: Mon Jun 10, 2013 12:02 pm
by Meni Samet

Thank's Andre


Problame with send nothifiction from php

Posted: Tue Sep 03, 2013 1:51 pm
by Carlos Galera

Please i have te same problem please how to fix it?


Problame with send nothifiction from php

Posted: Tue Sep 03, 2013 2:15 pm
by Maryna Brodina

Hello! You would need to tell us what you've tried and what exactly doesn't work? http://docs.appery.io/getting-help/


Problame with send nothifiction from php

Posted: Tue Sep 03, 2013 7:06 pm
by Carlos Galera

Im copy this code for send notifications with curl and php and i have the same problem, the code of error is this:

{"code":"PNMM007","description":"Serialization error"}

Please excuse me for my english, im from spain and i dont now this language.


Problame with send nothifiction from php

Posted: Tue Sep 03, 2013 7:26 pm
by Maryna Brodina

Have you tried the workaround suggested above by Andre Pooschke in this post?
[quote:]Everything works fine, if you define the channels as array in php!

$fields = array(
"channels" = array(1233,1234),
"message" = "MESSAGE",
); [/quote]


Problame with send nothifiction from php

Posted: Tue Sep 03, 2013 7:29 pm
by Carlos Galera

Thanks! this is the problem! thanks thanks!