WP7:推送通知订阅生命周期?

发布于 2024-10-16 17:47:16 字数 88 浏览 6 评论 0原文

当客户端/手机在 MPN 服务器上创建订阅后,订阅的有效期是多长?什么时候会关闭?我的应用程序用户是否必须时不时启动我的应用程序并创建一个新频道才能保持连接打开?

When a subscription has been created by a client/phone on the MPN-server, for how long is it alive? When will it become closed? Do my app-users have to start my app and create a new channel every now and then to keep a connection open?

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

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

发布评论

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

评论(1

捂风挽笑 2024-10-23 17:47:16

没有保证的使用寿命。
建议在每次应用程序启动时检查订阅,并根据需要更新您的远程详细信息。

更新:
显然,在 30 天不活动或有效负载无效之前,通道应该保持良好状态。
在实践中,请务必检查应用程序何时启动。 :)

There is no guaranteed lifetime.
The recommendation is to check the subscription every time the application starts and update your remote details as necessary.

Update:
Apparently, the channel should be good until there's 30 days of inactivity or an invalid payload.
In practice, always check when your app starts. :)

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