-
Notifications
You must be signed in to change notification settings - Fork 83
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
Route to App Settings #121
Comments
What did you end up doing to route into app settings? thx |
Ended up not using this library for now. |
@drewg233 Definitely a valid feature to consider. The way I understand, you want an "easy way", like inlined button of some sort to reroute the user to settings view in case of denial? As a temporary solution you might be able to implement a custom screen after the PermissionsSwiftUI view for rerouting to settings, using the JMResults handler which exposes permissions that are denied by user?. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe.
As of right now, if the user denies a permission, the button just shows denied.
Describe the solution you'd like
If any permissions have been denied at all for an alert or model, have some easy way for the user to route to the apps settings for them to change.
Describe alternatives you've considered
Not really other than trying to add this feature in myself. I believe the easier you make things on a user the longer they will stick around. This would be a small pain point if the user accidentally denies a permission and has no very easy way to turn it back on.
The text was updated successfully, but these errors were encountered: