Page 1 of 1

Push Messaging Not working

Posted: Mon Jan 21, 2019 4:10 pm
by Deon

Hi

I have an app (A) that sends push messages to another app (B).

It works fine fine when I run the in test mode from the service in the app A. App B receives the notification.

When compiled to APK or test in the HTML tester it does not work. Even though Weinre reports 200 OK and header and response looks perfect with no errors.
It does not seem to reach the push server at all as the messages are not added to the message counter.


Push Messaging Not working

Posted: Tue Jan 22, 2019 5:49 pm
by Serhii Kulibaba

Hello Deon,

Could you please provide us with more details, screenshots or exact steps to reproduce this problem? How do you send them, using Push Notification API directly or Server Code?


Push Messaging Not working

Posted: Wed Jan 23, 2019 11:54 am
by Deon

Hi Serhii

Found the problem. The Channel must be string. I was giving it number.

Thank you.