Hacker News new | ask | show | jobs
by orf 2922 days ago
Why a constant one? Why not on WiFi only? Push notifications also require a constant connection as well, I think?
1 comments

Push notifications are more efficient, as iOS manages the persistent connection to receive push notifications versus your application long polling.

https://news.ycombinator.com/item?id=9901686 (HN thread where Rob @ FastMail dives in depth why push notifications are superior to IMAP IDLE)

https://stackoverflow.com/questions/17262511/how-do-ios-push... (How do iOS Push Notifications work?)