Andre Pooschke
Posts: 0
Joined: Sun Jun 09, 2013 11:16 am

Problame with send nothifiction from php

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Problame with send nothifiction from php

Thank you for the information Andre!

Meni Samet
Posts: 0
Joined: Mon Jun 03, 2013 10:23 am

Problame with send nothifiction from php

Thanks everyone for your help in solving the problem

Meni Samet
Posts: 0
Joined: Mon Jun 03, 2013 10:23 am

Problame with send nothifiction from php

Thank's Andre

Carlos Galera
Posts: 0
Joined: Tue Sep 03, 2013 1:51 pm

Problame with send nothifiction from php

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Problame with send nothifiction from php

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

Carlos Galera
Posts: 0
Joined: Tue Sep 03, 2013 1:51 pm

Problame with send nothifiction from php

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Problame with send nothifiction from php

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]

Carlos Galera
Posts: 0
Joined: Tue Sep 03, 2013 1:51 pm

Problame with send nothifiction from php

Thanks! this is the problem! thanks thanks!

Return to “Issues”