iOS 推送通知政策
我想在我的 iPad 应用程序中实现推送通知服务。但在此之前,我必须了解有关其限制的更多细节。
我知道用户必须接受应用程序的通知能力。但这仅适用于应用程序在后台或应用程序处于活动状态时发出的通知吗?
I'd like to implement a push notification service in my iPad app. But before I do that I have to know further details about its contraints.
I know that the user has to accept the apps notification ability. But is that only for notifications which come in when the app is in the background or also when the app is active?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用户不需要接受允许推送通知的功能,但他们可以从“设置”应用程序中将其关闭。如果应用程序位于后台,这将关闭所有传入的推送通知。如果您的应用程序正在运行:
您可以在 中找到有关推送通知的更多信息Apple 的推送通知编程指南
A user doesn't need to accept the ability to allow Push Notifications but they can turn them off from the Settings app. This will turn off all incoming push notifications if the app is in the Background. If your app is running:
You can find loads more information on Push Notifications in Apple's Push Notification Programming Guide