ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

Silent Push #219

Closed sunojvijayan closed 8 years ago

sunojvijayan commented 8 years ago

Hi Is it possible to send silent push to apps even when the app is not in the background.

Thanks in advance

eladnava commented 8 years ago

@sunojvijayan Yes, you can choose to silently handle the push when it's received on the device, regardless of whether the app is in the foreground or not. You don't have to display any notification or user indication.

However, this question is outside the scope of node-gcm. Please try asking on StackOverflow which is better suited for these types of questions. Thanks!

sunojvijayan commented 8 years ago

Okay thankyou