Meteor-Community-Packages / raix-push

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

Raix:push doesn't send notifications with app closed in android #291

Open phraellyn opened 7 years ago

phraellyn commented 7 years ago

Hi all, I tried a lot of things, but I can received notifications when app is closed. My app is deployed on Heroku. Any hint?

I think that the problem could be on priority, but I dont know how to change this.

thank you all

EDITED: The problem was that my app wasn't active in protected apps in my android OS. Anybody knows if I can make default active in mobile-config or in other way?

thank you again

Marcelrama commented 7 years ago

@phraellyn ,I have the same problem as you solved it? In some versions of android I get the push like 4.1.1 until 4.4 I have not tried in with 5.0 in android 6.0 if it does not work I only receive them when the app is open.

filipef101 commented 5 years ago

The issue is simple. To show notifications with app closed the priority must be high

filipef101 commented 5 years ago

https://github.com/raix/push/pull/367 PR created