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

Implement request for notifications permissions in Android 13 #460

Open
1 of 7 tasks
mvangala1 opened this issue Apr 7, 2023 · 0 comments
Open
1 of 7 tasks

Implement request for notifications permissions in Android 13 #460

mvangala1 opened this issue Apr 7, 2023 · 0 comments

Comments

@mvangala1
Copy link

mvangala1 commented Apr 7, 2023

🚀 Feature Requests

Request for runtime permission for notifications in Android 13

Contextualize the feature

Show pop up for requesting permissions for Android 13 and higher.

Following is the summary from android developer documentation:
Android 13 (API level 33) and higher supports a runtime permission for sending non-exempt (including Foreground Services (FGS)) notifications from an app: POST_NOTIFICATIONS. This change helps users focus on the notifications that are most important to them.

We highly recommend that you target Android 13 or higher as soon as possible to benefit from the additional control and flexibility of this feature. If you continue to target 12L (API level 32) or lower, you lose some flexibility with [requesting the permission in the context of your app's functionality]
(https://developer.android.com/develop/ui/views/notifications/notification-permission#request-in-context).

Describe the feature

Please include notification request pop up feature in Android.
here is the reference
https://developer.android.com/develop/ui/views/notifications/notification-permission

Platforms affected (mark all that apply)

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms
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

1 participant