Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Push Notification query channel within rest service

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Push Notification query channel within rest service

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.

Return to “Issues”