ClusterPrePermissions icon indicating copy to clipboard operation
ClusterPrePermissions copied to clipboard

Open Settings if previously denied

Open romanr opened this issue 8 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