I got success setup push notification using PushPlugin in android(Phonegap).I got Notification when my application close. The problem is that I need Push Notification come when my application opens like whatsapp, Viber. If it is possible in Phonegap?? Please help me or send me your valuable comment.
Asked
Active
Viewed 876 times
1
-
You question is not clear. Is your problem similar to this question: [How to handle Push notification when application is resumed](http://stackoverflow.com/q/29204334/1761793) or any other question in the related sidebar? Do update your question with a clear problem, so that someone will be able to help you out. – Ajoy Jun 03 '15 at 15:30
2 Answers
0
You should go for Broadcast receivers, BroadcastReceiver Please check the link.

Nischal Hada
- 3,230
- 3
- 27
- 57

Abhishek sharma
- 61
- 4
0
You can use local notification PhoneGap plugin. Make sure to include the dependence org.apache.cordova.device @ 0.2.12.
Thanks, Madan

madansingh18
- 46
- 6