Push Notification query channel within rest service
Posted: Mon Nov 02, 2015 4:47 am
Figured it out. Yuri answer was a huge hint thank u
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Figured it out. Yuri answer was a huge hint thank u
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.