Earlier quoted context omitted.
If I order an Uber, I already know it is coming. I was the person who ordered it. This is how taxis worked for decades before smartphones existed. You phoned for a taxi, then remained vaguely aware that it would arrive shortly. The question is whether a single “it has arrived” notification is worth the surrounding noise: “driver accepted”, “driver is nearby”, “rate your driver”, “here’s 10% off your next ride”, and s…
Android has different types of notifications for apps and can have them filtered separately. Unfortunately, some app makers like Uber are bad about labeling. Google would need to enforce labeling so transactional and advertising notifications are separate.
What Apple and Google are doing to push notifications
311–320 of 428 posts
Re: What Apple and Google are doing to push notifications
#312Earlier quoted context omitted.
The point of notifications is the convenience of not having to constantly check your phone for every single app you have (amazon delivery? just eats delivery? uber booking? claude finished its task?).
> The point of notifications is the convenience of not having to constantly check your phone for every single app you have (amazon delivery? just eats delivery? uber booking? claude finished its task?). My phone has been on DoNoDisturb since 2010 or so. Here's the reality: I don't check for any of those things. Delivery drivers can ring the door bell. If I'm very hungry I'll keep the app open and check where they are…
Manually polling multiple items as you go around your day is stealing valuable mental bandwidth that could be used in better things.
Re: What Apple and Google are doing to push notifications
#313Earlier quoted context omitted.
I recently had to setup Microsoft Authenticator. It refused to register a code unless I enabled notifications. You are a two factor app. I should never be in a situation where there is an unexpected login I need to verify.
Tip: The iPhone Passwords App has basic TOTP functionality (manually create a password entry and click “Set Up Code”). I have a few dummy passwords which are effectively just labels for some login codes - it’s one less App to install.
Re: What Apple and Google are doing to push notifications
#314If my phone interrupts me, it should either mean someone genuinely needs my attention right now or it should not be disrupting me at all. That's my notification set up. Apps allowed to receive push notifications Phone, Messages, Whatsapp, Apple Health, [brand] bank. That concludes the list. There is no reason any other app needs to be able to instantly ping me. Most apps are not notifying you because something matter…
Re: What Apple and Google are doing to push notifications
#315Earlier quoted context omitted.
Yeah, this entire article is pretty transparent that it's from the sender perspective, and worried about platforms taking over "sender control". Who is he kidding? The vast majority of apps have absolutely proven they can't be trusted to respect your attention. From my perspective, the more roadblocks the platforms put between unnecessary notifications and my phone, the better. And I don't think Apple or Google are s…
This is all a consequence from running software that doesn't respect you and notification are just one of many symptoms. I'd rather choose better software than let Google/Apple decide what software running on my device is allowed to do.
Re: What Apple and Google are doing to push notifications
#316Earlier quoted context omitted.
I recently had to setup Microsoft Authenticator. It refused to register a code unless I enabled notifications. You are a two factor app. I should never be in a situation where there is an unexpected login I need to verify.
Apps can know whether you granted permission?? That sounds like a security flaw.
Re: What Apple and Google are doing to push notifications
#317Marketing and advertising people ruin everything they touch.
"I want item ABC rev D with options X, Y, & Z – I do not wish to pay for undercoating"
>[salesperson looks at autist dumbfoundedly] "I'm not sure we can do that; don't even know what Y & Z are..."
"It's a valid configuration, please just do this for me."
----
Why does my state still require new car sales via a dealership model?!
Re: What Apple and Google are doing to push notifications
#318If my phone interrupts me, it should either mean someone genuinely needs my attention right now or it should not be disrupting me at all. That's my notification set up. Apps allowed to receive push notifications Phone, Messages, Whatsapp, Apple Health, [brand] bank. That concludes the list. There is no reason any other app needs to be able to instantly ping me. Most apps are not notifying you because something matter…
On my work I also disabled all notifications except for the calendar. Even slack message our main tool for communication is not allowed to send notifications. It is almost a productivity hack :P
Re: What Apple and Google are doing to push notifications
#319>an iPhone could not afford to let every installed application maintain its own background poll against a remote server. The proposal...a single persistent TLS connection from each device to Apple, over which any registered third party could deliver alerts.
I thought apps were sending notifications locally in the device. Like, if a messaging app receives a message, there's a network call for that. Then if the messaging app wants to tell the user they received a message, it can just hit a local API for that, right?
Is the pattern actually that the app makes another network call to the notification service to register the notification, which makes another network call to the device to deliver it?