Page 2 of 2

Push Notification query channel within rest service

Posted: Mon Nov 02, 2015 4:47 am
by Vinny B

Figured it out. Yuri answer was a huge hint thank u


Push Notification query channel within rest service

Posted: Mon Nov 02, 2015 5:58 am
by Yurii Orishchuk

Hi Vinny,

It's better to test solution on the other app.

You need just return integer value for the channel.

So in the JS code you can use following:

pre

return parseInt(value);

/pre

Details: http://prntscr.com/8xzv6d/direct

Also after these changes - check actual request in the browser debugger network tab to make sure you have correct request.

Regards.