I'm using PhoneGap PushPlugin with Cordova 4.3.0 on Android and it works mostly fine. https://github.com/phonegap-build/PushPlugin.git
I can receive push notifications in the following situations : - App is in foreground - App is in background - App is not running
But as soon as the phone goes to power save (in any of the above situations), I can continue to receive push notifications during the first 30 seconds, but then they suddenly don't get through and I can neither hear the notification sound nor the notification icon in the top bar. Logcat data don't see incoming notifications neither.
EDIT : I tested with the Pushwoosh plugin and it can receive the notifications fine even after the phone goes to power save.
I can't believe I'm the only one to face this issue. Please adise :)