this post was submitted on 18 Nov 2023
0 points (50.0% liked)
Apple
69 readers
1 users here now
A place for Apple news, rumors, and discussions.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To add:
On Android, apps install their own notification services to the device which constantly checks for notifications from the developer's server. Which is honestly bloat.
On iOS, developers need to set up their notification servers so that they push notifications towards an Apple server, and then the Apple server handles the rest of the process by sending it to the correct device. Which in result only requires a single "notification daemon" running on an iOS device for the entirety of apps, which also in turn is safer because the process is purely on the hands of Apple.
What? Google Cloud Messaging, Firebase handles them on Android.