IOS 上可以二次请求推送通知吗?
如果用户第一次拒绝推送通知,我不知道如何在以后再次请求,有没有办法做到这一点?
非常感谢!
编辑:
我的意思是,当用户第一次使用该应用程序时,您可以请求用户允许我们的应用程序发送推送通知,如果用户说“不”,我不知道我是否可以请求同样的事情在稍后的时间。希望这次我说清楚了
If a user said NO to push notifications the first time, i'm not sure how to request that again at a latter time, is there a way to do this?
Thanks so much!
EDIT:
What i mean is that When the user uses the app for the first time, you can request the user to allow our app to send push notifications, if the user sais NO, i don't know if i can request the same thing at a latter time. Hope i made myself clear this time
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您指的是注册 - 当您第一次请求推送通知注册时弹出的对话框。
您无法控制此对话框何时出现。您无法“请求”它第二次出现 - 您可以建议用户进入“设置”应用程序,他们可以在其中手动为您的应用程序启用推送通知。下次您的应用程序运行时,推送通知注册将会成功。
希望有帮助!
I assume you're referring to registration - the dialog that pops up when you request push notification registration for the first time.
You do not have control over when this dialog appears. You cannot 'request' it to appear a second time - what you can do is advise users to go into the Settings app, where they can manually enable push notifications for your app. The next time your app runs the push notification registration will succeed.
Hope that helps!