简体   繁体   English

一旦用户拒绝,如何重新请求权限

[英]How to rerequest permission once denied by user

Users can post messages on Facebook using my application. 用户可以使用我的应用程序在Facebook上发布消息。 iOS presents the users with the permission dialogue the first time they try to post ("foo app would like to post privately on your behalf" - Don't Allow / OK). iOS会在用户首次尝试发布时向用户显示权限对话框(“ foo应用程序希望代表您私下发布”-不允许/确定)。 Now it seems that this decision is a persisting one. 现在看来,这一决定是一个持久的决定。 Once this dialogue is completed either way, the user will never be asked again. 一旦以任何一种方式完成了该对话,就不会再询问用户了。

Now, as this might have happened out of mistake I don't think this is good enough for the user. 现在,由于这可能是错误发生的,因此我认为这对于用户而言还不够好。 Is there a way to initiate this permission dialogue from code somehow? 有没有办法以某种方式从代码启动此权限对话?

否。您可以创建自己的对话框,告诉用户他们必须转到“设置”应用程序才能更改隐私设置。

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

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