“推”背后的基本概念是什么?通知/消息?
在构建利用推送通知的 iPhone 应用程序时,开发人员应该了解哪些关键概念?
What are the key concepts that a developer should know when building an iPhone application that takes advantage of push notifications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为,最重要的一件事是您的应用程序不能依赖它们。最好将它们视为对您的用户来说是一件好事,而不是应用程序基础设施的一部分。特别是:
所有这些还意味着:您无法通过推送通知服务欺骗“无后台进程”限制。 :-)
Number one most important thing, I think, is that your app can't depend on them. It's probably best to regard them as a nice thing for your user, rather than a part of your app's infrastructure. In particular:
All of that also means: you can't cheat the "no background processes" restriction with the Push Notification Service. :-)