Search found 4 matches

Go to advanced search

by Andre Pooschke
Sun Jun 09, 2013 2:35 pm
Forum: Issues
Topic: Problame with send nothifiction from php
Replies: 18
Views: 2106
 
Jump to post

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.

by Andre Pooschke
Sun Jun 09, 2013 12:23 pm
Forum: Issues
Topic: Problame with send nothifiction from php
Replies: 18
Views: 2106
 
Jump to post

Problame with send nothifiction from php

Of course your notification service is working. But the explained tutorial for 3rd Party apps with cURL does not work.
So perhaps there is another possibility to request a push at your backend service.

by Andre Pooschke
Sun Jun 09, 2013 11:37 am
Forum: Issues
Topic: Problame with send nothifiction from php
Replies: 18
Views: 2106
 
Jump to post

Problame with send nothifiction from php

Ok thank you.
Is the bug a problem in cURL? Is it possible to use your push notification service with other requests?
Perhaps build the request manual and use fopen()?
What would be the correct source that should be submitted in the request?

Thank you for your answer ...

Andre

by Andre Pooschke
Sun Jun 09, 2013 11:16 am
Forum: Issues
Topic: Problame with send nothifiction from php
Replies: 18
Views: 2106
 
Jump to post

Problame with send nothifiction from php

Hi,

do you know when the problem will be fixed?
Want to use it productive ...

Thank you !

Go to advanced search