this post was submitted on 20 Nov 2024
7 points (88.9% liked)

Flutter

629 readers
9 users here now

Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC

founded 1 year ago
MODERATORS
 

We have an app for our product that receives cable information via BLE and then saves it as a .csv file on the phone. The app is built with Flutter and generally works (on Android at least).

I'm having issues with permissions being reported as permanently denied by the permissions handler:

The permissions are granted according to the settings, but in the app this is never showing:

I'm launching the app via flutter in the terminal in xcode and it opens straight up. If I close it, the debugging session is closed and the app can not be opened again, which makes debugging this a nightmare.

I'm out of ideas and have already spent too much time trying to get an already functional app working in iOS. Is there anyone who can explain this to me or guide me in the right direction?

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 13 hours ago

I realized that it only asks for bluetooth permissions, is there no location pop up?

[โ€“] [email protected] 1 points 14 hours ago

Permission handler is by the way updated to the most recent version: permission_handler: ^11.3.1