I develop my application with ionic framework and phonegap-plugin-push. After force stop application does not receive push notifications even in notification bar. Is it possible to fix it? Some messengers such as Telegram continue to receive notifications after force stop.
Asked
Active
Viewed 655 times
1
-
Take a look to this:http://stackoverflow.com/questions/24313539/push-notifications-when-app-is-closed. You have to add other listeners like service or widjet in you apk. – christian mini May 03 '16 at 22:08
-
You should be receiving the push notifications just fine. If you're not, this is not a normal behavior. – Machado May 03 '16 at 22:11
-
Possible duplicate of [Android GCM (push notification): device doesn't receive notification if application is stopped](http://stackoverflow.com/questions/12073449/android-gcm-push-notification-device-doesnt-receive-notification-if-applicat) – Baris Akar May 04 '16 at 08:32