简体   繁体   English

是否可以在IOS上第二次请求推送通知?

[英]Is it possible to request for push notifications for a second time on 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. 我的意思是,当用户第一次使用该应用程序时,您可以请求用户允许我们的应用程序发送推送通知,如果用户sais NO,我不知道我是否可以请求相同的东西后来的时间。 Hope i made myself clear this time 希望这次我明白自己

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! 希望有所帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM