|
|
|
|
|
by mcdonje
25 days ago
|
|
The entire architecture here is surprising to me. >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? |
|