Page 1 of 1

Push Notification Not working

Posted: Thu Feb 12, 2015 1:09 pm
by Shubham Kumar

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.


Push Notification Not working

Posted: Thu Feb 12, 2015 1:26 pm
by Maryna Brodina

Hello!

Is there any error message?


Push Notification Not working

Posted: Thu Feb 12, 2015 1:33 pm
by Shubham Kumar

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.


Push Notification Not working

Posted: Thu Feb 12, 2015 1:34 pm
by Shubham Kumar

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.


Push Notification Not working

Posted: Thu Feb 12, 2015 6:51 pm
by Evgene Karachevtsev

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?