Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以为我解释这些操作系统中推送功能之间的区别吗?我真的很好奇它们是如何工作的,以及它们与其他人的工作方式有何不同。据我所知,android 通过保持端口始终打开来应用推送功能。其他操作系统呢? 非常感谢。
根据定义,推送通知都应该使用相同的概念。据我了解,服务器将有一个开放端口,它可以通过该端口接收消息。更精细的细节可能会有所不同,但我相信它们都遵循始终保持通道打开的相同原则,只要您有网络连接。
实现推送通知有不同的方法。你可能想先看看这个。
http://en.wikipedia.org/wiki/Push_technology