Shubham Kumar
Posts: 0
Joined: Mon Feb 09, 2015 5:33 am

Push Notification Not working

In my application I enabled push notification
Linked the Database
Added Sender ID and API Key

but the problem is when I am opening the after installation Only Initialization is working no success or Fail.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Push Notification Not working

Hello!

Is there any error message?

Shubham Kumar
Posts: 0
Joined: Mon Feb 09, 2015 5:33 am

Push Notification Not working

nothing and also m able to get the token using javascript
in Initialize method
setTimeout(function() {
alert(localStorage.getItem('pushNotificationToken'));
}, 1);

but nothing happens for push registration success or fail also m device is not in database device collection.

Shubham Kumar
Posts: 0
Joined: Mon Feb 09, 2015 5:33 am

Push Notification Not working

no error and also m able to get the token using java script
in Initialize method
setTimeout(function() {
alert(localStorage.getItem('pushNotificationToken'));
}, 1);

but nothing happens for push registration success or fail also my device is not in database device collection.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Push Notification Not working

Hello Shubham,

Could you please give us more details how you create push notification in your application with print screens? What parameters do you provide in POST request?

Return to “Issues”