46

So I always here about on how Google Android and IOS those companies can see all your notifications. This is because to show a notification it calls an API.

Is there any technical reason that it has to send your notification data to Google and Apple or is it just to get more data on you?

you are viewing a single comment's thread
view the rest of the comments
[-] SkaveRat@discuss.tchncs.de 23 points 2 weeks ago

Is there any technical reason that it has to send your notification data to Google and Apple or is it just to get more data on you?

the API that for example Google Firebases provides (most used, as it supports ios and android), is basically "send a notification with following content to this device".

Which is very simple to implement. as it's just fire and forget. But you send the actual data to Google in this case.

There are way to do it differently, for example how signal does it: They send a silent (e.g. invisible) notification to the device, which has no data in it.

That notifiation tells the app to check for new messages.

The app will then fetch messages in the encrypted way as it always does, and displays a notification if needed. No need to send actual data through the notification service (other than the metadata, that notifications should be pulled)

this post was submitted on 04 Jun 2025
46 points (97.9% liked)

Asklemmy

48884 readers
462 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS