this post was submitted on 09 Dec 2023
72 points (90.9% liked)

Privacy

31266 readers
425 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

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 9 months ago (2 children)

If you're developing apps for Android or iOS, there are exactly two push notification frameworks: Firebase and APN. There are wrappers around it, but they all end up going through the same servers, because polling for notifications drains the battery like crazy; that's why push message sync has basically been reduced to a single, OS managed system, that integrates with power management.

There are alternatives (i.e. unified push) you can use, but they'll require a broker (your app or another one) to be running in the background. Very few people use compatible clients, I'd only expect these protocols to work for either alternative vendors with their own private push message system, of the tiny market of open source enthusiasts.

You can try blocking Apple's and Google's servers and see how they behave. I expect some, if not most, of them to stop receiving timely notifications, and the rest to only receive notifications for a while after they've been used, or prompting you for additional permissions to be exempt from your phone's power saving features.

If you need push notifications on mobile phones, the best you can do is implement some kind of encryption before transmitting the notifications, but to gain any decent chunk of customers, you'll never be free of vendor servers.

[–] [email protected] 3 points 9 months ago* (last edited 9 months ago)

I mean, it was kinda expected and inevitable that one big service was going to reign supreme. Lots of things make push notification a real hassle, like you describe. Speaking for Android as I don't know much about iOS, Firebase works incredibly well, it's a super elegant solution, and if Google wasn't such a shitshow, I'd love it.

But it is a shitshow, in so many ways. So some services encrypt the contents, some don't send them over those servers in the first place, but the remaining metadata is still shockingly useful for surveillance purposes.

I don't really know where I'm going with this comment, but as an EU resident, I'd just like to see alternative systems getting more attention.

Idk, it's just that so many people hear news like this and go: „It is what it is, can't change it“

Well not with that attitude, that's for sure

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago)