ClusterPrePermissions icon indicating copy to clipboard operation
ClusterPrePermissions copied to clipboard

Open Settings if previously denied

Open romanr opened this issue 10 years ago • 2 comments

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.

romanr avatar Oct 12 '15 11:10 romanr

+1

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

rlaferla avatar Oct 27 '15 14:10 rlaferla

+1

bizibizi avatar Aug 26 '16 15:08 bizibizi