Questions tagged [push-notifications]

Push notifications are notifications directly sent from a server to your phone using Google Cloud Messaging or similar, without an app on the phone having to run all the time to create the notification

Many apps need to run all the time or periodically to get new data from a server in order to notify you of it: for example, an email client might run every 15 minutes to check for new mail on the server. This is called client pull or polling.

This is bad for battery life, but there's another way: when there's a server, it can send a message directly to the phone to give an app new data or trigger some action (such as updating an app). This is called server push, so when this is used to generate notifications on the device, they're called push notifications. (See How do push notifications work? for more details on how this process works.)

Note that although SMS messages and phone calls are sent without the phone having to poll, these aren't usually referred to as push notifications, because they're special and don't use Internet.

If your question is about notifications in general, or specifically about apps which notify you by polling for new data, use the tag instead. Use this tag only if your question is specific to notifications pushed from a server using Google Cloud Messaging or similar.

107 questions
31
votes
3 answers

How do certain apps show new notifications when internet access is restricted to them?

I have disabled WhatsApp's access to Internet by disabling both WLAN-usage and mobile network usage. I thought this should block WhatsApp from accessing the internet. But miraculously WhatsApp gives me a message with ominous content: "You might have…
Ariser
  • 515
  • 5
  • 17
28
votes
3 answers

How do push notifications work?

I am wondering how is push notifications system working? Is there an active TCP/IP connection that runs in the background to Google servers?
opc0de
  • 383
  • 1
  • 3
  • 6
13
votes
2 answers

How to remove persistent "Mi Band is Connected" notification in Android?

I have Mi band 2 from Xiaomi, always connected to my Android device for fitness activity tracking. In the notification drawer, there is always a persistent(unclearable notification) - "Mi Band is/isn't connected - which is annoying. Is there any way…
iamsumitd
  • 141
  • 1
  • 2
  • 9
9
votes
2 answers

Drive sends an almost-daily "1 file is now available offline" notification

On my second device (Nexus 5), I keep getting the same notification from Drive almost every morning. When I click on it, the app opens its main screen without marking the file that I was notified about. Funny thing is, I haven't received such…
N. Park
  • 201
  • 2
  • 4
8
votes
1 answer

How does Cloud message services reach devices behind NAT / firewall?

Getting push notifications with devices with a local IP works fine. I just wonder how is that it works. Is it just uPnP? The device starts communication with the cloud messaging service and then IGD kicks in? So the mapping remains Does the push…
cloudraven
  • 183
  • 1
  • 5
7
votes
2 answers

Is there a way to see which apps are using GCM?

I'm interested to know how many of the apps I have installed are using GCM. Is there a way to find out?
cnst
  • 859
  • 4
  • 19
  • 34
6
votes
1 answer

Why am I getting Google Drive notifications about strangers' documents?

Screenshot: Is this just a new form of spam or phishing technique, basically betting that I'll click on the notification and look at the document? I haven't looked at any of them yet, but it seems utterly bizarre that Google Drive would notify me…
l0b0
  • 421
  • 2
  • 7
  • 20
5
votes
4 answers

Any way to schedule a passive profile-change? (connectivity, volume etc.)

What I am wondering is if there is any way to make Android change its profiles passively from one state to the other at e.g. 3 pm in the afternoon local time: Through Android internally (with some tweaks) Through an Android app Through a 3rd party…
5
votes
4 answers

How do I disable Instagram notifications?

How do I disable push notifications for Instagram? As much as possible, I don't want apps to do any push notifications (except for MMS).
geffchang
  • 17,763
  • 18
  • 60
  • 74
5
votes
1 answer

Enable notifications for some emails in gmail application on Android

I am not sure this is good place for this question, if not, if you could please route me to right page. So the thing is, I have android phone, and I have GMail account, and application GMail installed on my phone. I get notifications but only for…
clzola
  • 153
  • 1
  • 6
4
votes
0 answers

Notify me only once or twice a day

Is there a way to bundle all my android notifications and let notifications arrive at a specific time of the day? For example, let's say I only want to check notifications at 10am and 6pm, everyday. All notifications after 10am until 6pm are put on…
WorldGov
  • 163
  • 1
  • 7
4
votes
0 answers

Block "Mobile Data Turned Off" Notification

I keep getting this one notification from Call Services on an AT&T LG G5 that says "Mobile Data Turned Off." Indeed, mobile data is turned off when I switch from cellular data to a wi-fi connection, but I don't need this notification. How can I stop…
owlswipe
  • 1,068
  • 4
  • 12
  • 33
4
votes
2 answers

Does Google Talk push messages?

I would like to know if Google Talk works like Gmail where it actually pushes your messages onto your phone instead of the phone pulling periodically.
Weboide
  • 159
  • 7
4
votes
0 answers

How to sync notifications between two android devices?

I have two android devices, but I usually use only one at a time. I want to see the other device notifications without using any computer or web app. I can use AirDroid to see notifications, but only in web or desktop app. I can log in the web app…
juanmah
  • 203
  • 3
  • 10
4
votes
1 answer

How do I enable push notifications for Facebook for Android?

I'm currently running the latest stable release of CM7 for the HTC Droid Incredible and Facebook for Android 1.6.4 (released on 20 August). According to Facebook, push notifications are enabled for devices that support them. Since I get push…
1
2 3 4 5 6 7 8