-
-
Notifications
You must be signed in to change notification settings - Fork 894
[Bug]: CalendarFullAccess status is always denied in iOS 17+ #1306
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
Comments
Hi @viplavrawal, Are the required entries added to the As per documentation (expand the iOS section) the |
Hi @mvanbeusekom |
I have the same problem,added PERMISSION_EVENTS_FULL_ACCESS and PERMISSION_EVENTS ,Authorization popup does not pop |
I also have the same issue. |
Instead of saying "I have the same", which really doesn't help resolving the issue, try to provide more information about the bug. An example app reproducing the behavior for example would be of great help. |
I'm facing a similar problem but I'm using flutter as a static library because we already have a native iOS swift app. I run the command: then link de frameworks. The runs normally but the request popup does not appear. When I use the only the flutter code running a example code (just use the command "flutter run"), the popup appears. |
Here some info to reproduce the bug. Please select affected platform(s)
Package version: ^11.3.1 Code SampleCode sample
iOS App ConfigurationPodfile
Info plist
Flutter Doctor outputOutput
Expected results
Actual results
|
Please check the following before submitting a new issue.
Please select affected platform(s)
Steps to reproduce
await Permission.calendarFullAccess.request();
to get calendar permission.await Permission.calendarFullAccess.status;
Expected results
await Permission.calendarFullAccess.status;
should return granted when permission is granted by user.Actual results
await Permission.calendarFullAccess.status;
returns denied.The result is the same even if the user permanently denies the permission.
Code sample
Code sample
Screenshots or video
No response
Version
11.3.1
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: