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

Switch detection of notification messages on iOS #43

Closed
1 of 2 tasks
BytesZero opened this issue Nov 9, 2018 · 4 comments
Closed
1 of 2 tasks

Switch detection of notification messages on iOS #43

BytesZero opened this issue Nov 9, 2018 · 4 comments
Labels
platform: ios Issue is related to the iOS platform type: enhancement New feature or request

Comments

@BytesZero
Copy link

🚀 Feature Requests

On the iOS platform, the permission check for message notifications is urgently needed.

Contextualize the feature

Describe the feature

Check the permissions as you do for other permissions. If you refuse, open the settings page.

Platforms affected (mark all that apply)

  • 📱 iOS
  • 🤖 Android
@ghost
Copy link

ghost commented Jul 9, 2019

How is this not implemented yet?

@danielroek danielroek added platform: ios Issue is related to the iOS platform type: enhancement New feature or request labels Sep 9, 2020
@JDDV
Copy link
Contributor

JDDV commented Apr 8, 2021

Hi @yy1300326388, I just checked for the notification permission by using the example app included in the permission-handler repo. I do see a permission called Permission.notification, Is this the one you meant? Please let us know so the issue can be closed.

@BytesZero
Copy link
Author

@JDDV What i want is this https://stackoverflow.com/a/1535427/4501068

@JDDV
Copy link
Contributor

JDDV commented Apr 13, 2021

Hi @yy1300326388, after careful consideration we decided to not implement this feature since it's not the responsibility of the permission handler to handle the settings status of the notifications. The permission handler can be used to see if the user allowed the permission for notifications.

@JDDV JDDV closed this as completed Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: ios Issue is related to the iOS platform type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants