Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Settings if previously denied #25

Open
romanr opened this issue Oct 12, 2015 · 2 comments
Open

Open Settings if previously denied #25

romanr opened this issue Oct 12, 2015 · 2 comments

Comments

@romanr
Copy link

romanr commented Oct 12, 2015

If user denies access in system dialog and then tries to use the function that requires permission. ClisterPermissions will not show dialog and return a negative result without interaction.

It is logical in this situation to show the pre-permission dialog and if user tap "Give access" open Settings (UIApplicationOpenSettingsURLString)?
Developer won't have to implement whole opening of UIApplicationOpenSettingsURLString and leave it to ClusterPermissions.

@rlaferla
Copy link

+1

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];

@bizibizi
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants