319
submitted 1 week ago by sabreW4K3@lazysoci.al to c/privacy@lemmy.ml
top 50 comments
sorted by: hot top controversial new old
[-] umbrella@lemmy.ml 43 points 6 days ago

but the apple fanboys tell me their phone is private!

[-] thequickben@lemm.ee 7 points 5 days ago

I got news for you. Google does this too. Have a great day.

[-] umbrella@lemmy.ml 6 points 5 days ago* (last edited 5 days ago)

yes. we all know.

apple fanboys are the people who don't think this shit happens to them.

the only halfway private smartphones are unlocked androids that can be used with a degoogled OS. and even then.

[-] Ulrich@feddit.org 5 points 5 days ago

apple fanboys are the people who don't think this shit happens to them.

I say this as an Apple hater: this is a false narrative. Apple fanboys say that their devices are more private, not completely private, and they are (assuming a stock Android OS). That's not really up for debate. The mistake you're making is positing privacy as a binary concept. Privacy is a spectrum.

[-] umbrella@lemmy.ml 0 points 4 days ago

apple devices are just as private as googles

[-] Ulrich@feddit.org 1 points 4 days ago
[-] umbrella@lemmy.ml 2 points 4 days ago* (last edited 4 days ago)

i read what you said. its not true, they are both mining as much data as they possibly can regardless of what their marketing department lets out.

i mean, the snowden leaks still hold true and we are literally in a thread discussing how apple shares data with governments.

[-] Ulrich@feddit.org 2 points 4 days ago* (last edited 4 days ago)

What you think I said is not true. But that's not what I said. I said Apple devices are more private.

[-] umbrella@lemmy.ml 0 points 4 days ago* (last edited 4 days ago)

what do you think i think you said? because it sounds pretty clear to me.

[-] thequickben@lemm.ee -2 points 5 days ago

All fanboys are alike. I just find it ridiculous to think that only android users are aware of privacy issues. I’ve used both, currently run an iPhone but with end to end encryption turned on. Yet I know that not all things are private.

[-] IhaveCrabs111@lemmy.world 4 points 5 days ago

How dare you ruin their narrative

[-] Stomata@sh.itjust.works 3 points 5 days ago

GrapheneOS user joined the chat

[-] mic_check_one_two@lemmy.dbzer0.com 15 points 6 days ago* (last edited 6 days ago)

And the secure “lockdown” mode on iOS disables push notifications for exactly this reason. But the vast majority of people don’t use lockdown mode in their day to day, because it kills a lot of the functionality of the phone. Lockdown mode is intended for people who may actually be targeted by laser-focused hacking attempts. Politicians, celebrities, people with high security clearance, etc… It’s not something that the average person would use.

Apple even publishes this as a known vulnerability. It’s due to the way push notifications work. Similar to SMS, push notifications default to unencrypted because there isn’t a single unified system. Each carrier and cell manufacturer handles push notifications differently, so they’re kept unencrypted so that the public encryption key doesn’t get lost during transit; That would just result in scrambled junk messages.

[-] Isaac@waterloolemmy.ca 23 points 6 days ago

It’s paywalled for me so can’t see this all. But does this mean signal, rcs and other encrypted messages are being logged? Kind of defeats the purpose of privacy based use cases if so

[-] dev_null@lemmy.ml 8 points 5 days ago* (last edited 5 days ago)

A push notification, from a technical standpoint, is just a way to wake up an app. It doesn't have to contain any information.

So when you get a message, the messaging service sends a push notification through Apple/Google, which is a way of saying "Hey messaging app, wake up". The app then starts running in the background on your phone, connects to it's server, asks if there is anything new to know about, and the server tells it about a new message, if any. This can then generate a notification on your phone, but importantly what you are seeing in the notification did not come through Apple/Google, all that did was the "Hey messaging app, wake up!".

If authorities then request this data from Apple/Google, all they can see is the times at which your messaging app was asked to wake up. Not whether any message was actually received, or what it contained, or from who. Because all that never touched Apple/Google's systems, not even in an encrypted form.

That being said, some data can be sent directly through the Apple/Google system along with the wake up message, so it's not impossible that some apps include some metadata there. In theory they shouldn't. For example simple marketing notifications or ads often are just included with the push, because it's simple to do.

[-] Ulrich@feddit.org 2 points 5 days ago* (last edited 5 days ago)

all they can see is the times at which your messaging app was asked to wake up. Not whether any message was actually received, or what it contained, or from who.

Here's what Senator Ron Wyden had to say on the matter:

The data these two companies receive includes metadata, detailing which app received a notification and when, as well as the phone and associated Apple or Google account to which that notification was intended to be delivered. In certain instances, they also might also receive unencrypted content, which could range from backend directives for the app to the actual text displayed to a user in an app notification.

So they know:

  • What app received the notification
  • when it was received
  • who it was sent to
[-] dev_null@lemmy.ml 1 points 5 days ago

I don't know, are they? As far as we know they could only get unsent notifications, which are obviously still with Apple/Google because the target phone is offline and so they couldn't be delivered yet. Which would explain why they only got thousands of them, not billions.

[-] Ulrich@feddit.org 27 points 6 days ago* (last edited 6 days ago)

Yes. 100%. Some app creators will encrypt the contents but I don't think they can encrypt the metadata.

Even the most "private" of companies like Signal and Proton don't provide any alternative either. Third-party fork Molly adds UnifiedPush support to Signal.

From Signal CEO:

PSA: We've received questions about push notifications. First: push notifications for Signal NEVER contain sensitive unencrypted data & do not reveal the contents of any Signal messages or calls–not to Apple, not to Google, not to anyone but you & the people you're talking to.

In Signal, push notifications simply act as a ping that tells the app to wake up. They don't reveal who sent the message or who is calling (not to Apple, Google, or anyone). Notifications are processed entirely on your device. This is different from many other apps.

What's the background here? Currently, in order to enable push notifications on the dominant mobile operating systems (iOS and Android) those building and maintaining apps like Signal need to use services offered by Apple and Google.

Apple simply doesn’t let you do it another way. And Google, well you could (and we've tried), but the cost to battery life is devastating for performance, rendering this a false option if you want to build a usable, practical, dependable app for people all over the world.

So, while we do not love Big Tech choke points and the control that a handful of companies wield over the tech ecosystem, we do everything we can to ensure that in spite of this dynamic, if you use Signal your privacy is preserved.

(Note, if you are among the small number of people that run alt Android-based operating systems that don't include Google libraries, we implement the battery-destroying push option, and hope you have ways to navigate.)

https://mastodon.world/@Mer__edith/111563865413484025

[-] jasonthedragon442@lemmy.ml 10 points 6 days ago

PSA: We've received questions about push notifications. First: push notifications for Signal NEVER contain sensitive unencrypted data & do not reveal the contents of any Signal messages or calls–not to Apple, not to Google, not to anyone but you & the people you're talking to.

Doesn't this mean there is nothing to log? You got me confused

[-] icelimit@lemmy.ml 12 points 6 days ago

I guess it's possible to log the fact that a push notification was received and the time of it?

[-] jasonthedragon442@lemmy.ml 2 points 6 days ago* (last edited 4 days ago)

Honestly I wouldn't expect Signal to try and take care of this

[-] Ulrich@feddit.org 2 points 5 days ago

They could, very easily, by implementing UnifiedPush. Let the users decide if they want/need to use it. But as of now the only way to do that is by installing a third-party app.

[-] Ulrich@feddit.org 10 points 6 days ago* (last edited 6 days ago)

Not necessarily. I'm not some sort of tech genius but she's using some choice language here:

push notifications for Signal NEVER contain sensitive unencrypted data & do not reveal the contents of any Signal messages

metadata is not "contained" in the notification.

When pushed on this she basically changed the subject to "there's no alternative":

Another Twitter user pointed out that rather than the exposure of the text, the bigger issue is that “the push gets sent at all, not what’s in it. It lets an attacker identify somebody by when they get messages, messages the attacker may even have sent.”

To this, Whittaker replied, “So this is an issue worth clarifying. It’s not possible [right now] to build a mass [communications] app [without] push notifications, [especially with] calling. This is a problem, we agree.”

https://www.medianama.com/2023/12/223-signal-push-notifications-content-meredith-whittaker/

I could be misinterpreting these statements but that's how it reads to me. Seems like encrypting metadata would require Google's involvement and I'm sure that's the opposite of what they want.

[-] dev_null@lemmy.ml 1 points 5 days ago* (last edited 5 days ago)

You are trying to read what isn't there. Push notifications just don't contain any messages, at all, in any form, whether you want to call it data or metadata. They are just telling the Signal app to wake up, and then it securely checks with the server what's up.

The only think authorities are getting then, is the fact your Signal app was told to wake up at time X. Not whether you actually received a message, let alone any information about any messages.

It is confusing the system is called "push notifications", because it has nothing to do with the actual notifications you are seeing on your phone. It's just a mechanism to wake up sleeping apps so that they can check up with their server.

[-] Ulrich@feddit.org 2 points 5 days ago

The only think authorities are getting then, is the fact your Signal app was told to wake up at time X

That's called metadata.

It's just a mechanism to wake up sleeping apps so that they can check up with their server.

So why do the authorities want it?

[-] dev_null@lemmy.ml 2 points 5 days ago

Yes it's called metadata. I don't know why they want it.

[-] Ulrich@feddit.org 2 points 5 days ago

It's because it's used in tandem with other data they collect to profile you. To profile all of us.

[-] dev_null@lemmy.ml 2 points 5 days ago

Yes, I assume so.

[-] plz1@lemmy.world 13 points 6 days ago

Signal is E2EE. While it does use notifications, there is no meaningful unencrypted content in them. The content of the notification you see is decrypted on-device.

[-] irotsoma@lemmy.blahaj.zone 6 points 6 days ago

Yes, these are not "private" services, they are "secure messaging" services. Commonly confused issue. Privacy requires controlling the communication infrastructure. Security only requires controlling the items being shared.

[-] stupid_asshole69@hexbear.net 15 points 6 days ago

This sounds like news but it is not. It is also not unique to apple. If you use push notifications on any platform you’re susceptible to this.

Push notifications are often unencrypted beacons that are used by cops to corroborate surveillance between devices even when the content transferred between devices isn’t available or incriminating.

It’s the old “you say you weren’t involved but call records indicate you communicated with the suspect despite being in another county at the time of the crime” but updated to digital. When cops want cause for a warrant or some kind of wiretap they use push notifications to establish it.

If you’re doing crimes or whatever, turn off push notifications. They can be used to establish that you communicated with someone or that you were in a specific area.

Again, this is not unique to apple devices.

[-] Lemmchen@feddit.org 4 points 6 days ago
[-] Goose@lemmy.blahaj.zone 2 points 6 days ago
[-] shortwavesurfer@lemmy.zip 2 points 6 days ago

I'm actually surprised this came up again. Wasn't this a thing back like a year and a half ago or something as well? I remember a big push to get on unified push about then.

[-] Ulrich@feddit.org 64 points 1 week ago

We've known about this for a long time. Google too. Apple publishes it in their transparency reports now.

load more comments (6 replies)
load more comments
view more: next ›
this post was submitted on 04 Jun 2025
319 points (99.4% liked)

Privacy

38727 readers
1218 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS