设备如何接收推送通知? - iPhone SDK

发布于 2024-10-22 10:33:27 字数 66 浏览 1 评论 0原文

我想问你们 设备如何接收推送通知? 我们的设备是否持续连接到苹果的服务器?

非常感谢,
导航

I want to ask you guys
How device receives push notification?
Is our device continuously connected to apple's server?

Many Thanks,
Nav

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

有木有妳兜一样 2024-10-29 10:33:27

设备不保持连接状态。事实上,该应用程序甚至可能不再运行。

机制如下:

  1. 您的应用程序必须注册通知。
  2. 当它注册时,您会获得一个令牌,并将其发送到您的服务器。
  3. 当您希望发送推送通知时,您的服务器会连接到 Apple 服务器并向之前注册的令牌发送一条消息。

简单:)

有关更多详细信息,请参阅:
http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW9

Device does not remain connected. In fact the app might not even be running any more.

The mechanism is as follows:

  1. Your application has to register for notifications.
  2. When it registers you get a token, which you send to your server.
  3. When you wish to send a push notification, your server connects to Apple server and sends a message to the previously registered token.

Simple :)

For more details see:
http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW9

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文