-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
[Bug]: Bluetooth permission on iOS permanently denied #1333
Comments
I too had this issue. The problem in my case was, that I had not run Solution: reinstall the pod.
this solved my issue. |
The proposed solution does not work. |
Dear @lazarvgd, Does this also happen while you test this in the Example app? Kins regards, |
I have encountered the same problem.Sorry, I am not good at iOS compilation and the Example app cannot be compiled successfully. |
The example project compiles correctly. Please file a separate issue. Also check the correct plist entries and the pod file entries. Then run Kind regards, |
same issue for me - spent already many hrs on this but still fail to solve the issue. A always get Any updates on this? |
Dear @fufylev, Please file a separate issue. And follow the instructions in the README. You probably forgot to update the podfile or the plist entries. Kind regards, |
@fufylev permission_handler: ^11.3.1 |
@TimHoogstrate Sorry, but why do I need to file a separate issue? My issue is exactly the title of this one. So I tried to put the project as code reference in pubspec.yaml
but I could not debug, because breakpoints don't stop on my Visual Studio Code. I don't why? |
Same issue on ios18 , flutter 3.22.2 with notifications permission |
I'm facing the same issue ! |
Faced same issue with notifications permission on iOS devices, flutter 3.22.4. I my case, I had this additional line in my Podfile:
and it was placed at the end of
I moved it to the beginning and it resolved my issue:
|
Okay so I have fixed this by eliminating the line Specifically instead of
I now have
Thanks to @demola234 for pointing things out |
I want to apologize for the late reply. The issue was happening in the example app. I couldn't wait for the fix so I ended writing my own permission handler. Cheers |
Please check the following before submitting a new issue.
Please select affected platform(s)
Steps to reproduce
Expected results
When the bt is enabled in Settings-> <app_name> -> Bluetooth, result of the code should be "granted", when it is disabled it should be some variant of denied.
Actual results
The actual result is that the code always return permanentlyDenied.
Code sample
Code sample
Screenshots or video
Screenshots or video demonstration
Version
11.3.1
Flutter Doctor output
Doctor output
Tested on iOS 17.5.1, iphone 14.
The text was updated successfully, but these errors were encountered: