Hacker News new | ask | show | jobs
by st3fan 4128 days ago
iOS apps do not (can not) "start a background process to receive notifications".

Notifications are globally handled by the OS over a single dedicated optimized connection. And then dispatched to the individual applications.

1 comments

And i think Google introduced an API in 5.0 that offers a opt in to something similar.