phonegap-build / PushPlugin

This repository is deprecated head to phonegap/phonegap-push-plugin
https://github.com/phonegap/phonegap-plugin-push
MIT License
1.32k stars 1k forks source link

No notification when app is killed or never lunched #706

Closed alouane closed 7 years ago

alouane commented 7 years ago

I can't receive any notification when the app is killed or never lunched, I'm debugging with android device monitor and I can't see any log from the GCMIntentService it's juste like if was not registered at all, I'm adding a simple log tag right after protected void onMessage (Context context, Intent intent) function, but I can't see it inside logs when app is killed When the app is running or in background it's working Do you have any idea about this issue?

alouane commented 7 years ago

I found that it has something to do with my phone, I tested it on a tablette & another device, it seems working