Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
513 stars 197 forks source link

Push notifications get stopped working on server after some time #236

Open mitiaptest opened 8 years ago

mitiaptest commented 8 years ago

Hello All,

@raix thanks to create such a helpful meteor package for push notifications.

My issue is on server push notifications get stopped working and after restarting the server notifications functionality work fine but again after some time notifications get stop working.

@raix Do you have any Idea about it or can you please let us know how to debug on server for this issue.

Thanks, Mit

raix commented 8 years ago

try 3.0.3-rc.5 - https://github.com/raix/push/tree/fix-device-dependency-deprecate-json-format#config

mitiaptest commented 8 years ago

@raix I am using 3.0.3-rc.3

raix commented 8 years ago

@mitiaptest I'm not sure in which rc it got fixed - please give rc.5 a go (it was due to errors being thrown in the check interval)

raix commented 8 years ago

Ah... it's still in a pr.. https://github.com/raix/push/pull/213 - I'll see if I can get it merged asap

mitiaptest commented 8 years ago

@raix thanks for your quick response

mitiaptest commented 8 years ago

@raix Please let me know once you merged it.

Thanks, Mit

mirstan commented 8 years ago

+1

raix commented 8 years ago

Merged and on 3.0.3-rc.7 let me know how it goes