You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
Android
iOS
Windows
Steps to reproduce
Request for notifications permission on iOS (when current status is .denied meaning that it was not asked yet)
Minimize the application by clicking home button/sliding up
Expected results
The dialog should either remain open or the PermissionStatus should stay as .denied.
Actual results
Dialog closes and Permission.notification.request() returns PermissionStatus.permanentlyDenied.
After refreshing the app the status is PermissionStatus.denied again
Doctor summary (to see all details, run flutter doctor -v):[✓] Flutter (Channel stable, 3.24.5, on macOS 15.0.1 24A348 darwin-arm64, locale en-PL)[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)[✓] Xcode - develop for iOS and macOS (Xcode 16.2)[✓] Chrome - develop for the web[✓] Android Studio (version 2023.1)[✓] VS Code (version 1.95.3)[✓] Connected device (5 available)[✓] Network resources• No issues found!
The text was updated successfully, but these errors were encountered:
Please check the following before submitting a new issue.
Please select affected platform(s)
Steps to reproduce
.denied
meaning that it was not asked yet)Expected results
The dialog should either remain open or the
PermissionStatus
should stay as.denied
.Actual results
Dialog closes and
Permission.notification.request()
returnsPermissionStatus.permanentlyDenied
.After refreshing the app the status is
PermissionStatus.denied
againCode sample
Code sample
Screenshots or video
Screenshots or video demonstration
[Upload media here]
Version
11.3.1
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: