Flutter_blue: Plugin asks for bluetooth permission on app startup (iOS)

Created on 8 Oct 2020  路  5Comments  路  Source: pauldemarco/flutter_blue

I'm using this plugin in an app where bluetooth is optional. However, in iOS, when the user boots up the app for the first time the plugin immediately asks for bluetooth permissions. Is it possible to control when to ask for permission? For instance, in a view where the bluetooth feature is utilized?

I came across issue #272 with no clear solution other than digging into the source code and I was wondering if anyone has a solution?

Most helpful comment

Yeah this is a serious problem for us too. We'd like to be able to ask permission and explain why we need it too users before it actually asks them. Currentely it just pops up right away. This should be an easy fix, not sure how to implement it though (iOS)

All 5 comments

Yeah this is a serious problem for us too. We'd like to be able to ask permission and explain why we need it too users before it actually asks them. Currentely it just pops up right away. This should be an easy fix, not sure how to implement it though (iOS)

I agree that it is a serious issue to publish an app to market
Please improve this functionnality

Let's just first fix the even more serious issue of #726

Hi, I have this issue as well and it is quite unfortunate as it spoils the ergonomic of an app. Have any of you found some kind of solution ? Many thanks.

@Chris-FizziQ check #599 .

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ssaylanc picture ssaylanc  路  4Comments

RyanYANG52 picture RyanYANG52  路  6Comments

Fleximex picture Fleximex  路  5Comments

brianegan picture brianegan  路  5Comments

pauldemarco picture pauldemarco  路  3Comments