简体   繁体   中英

Cordova push notification not working when app is in background

I have implemented push notification in Cordova application by using following plugin

It's receiving notifications in application(but Not in notification area). But when my app is in background it does not show any notification.

So it's working only when app in foreground.

So, I have 2 questions :

  1. How to show received notification in notification area?

  2. How to received notification even my app is in background?

I got my answer.

First go through GCM documentation, then I realize that I was not sending 'message' in 'data' parameter of push notification.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM