Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Push Messaging Not working

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Push Messaging Not working

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?

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Push Messaging Not working

Hi Serhii

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

Thank you.

Return to “Issues”