carp.sensing-flutter icon indicating copy to clipboard operation
carp.sensing-flutter copied to clipboard

Handling permissions differently on iOS vs. Android

Open bardram opened this issue 2 years ago • 1 comments

There seems to be a need for handling permission differently on the two platforms (iOS / Android).

Could make the list of Permission to a map, mapping to which permission are needed on the two platforms.

Note also that the "location always" is not granted on iOS before after several days, so sampling should start even though this is not the case. On Android asking for it 2nd time will op en the dialogues. Need to handle this.

bardram avatar Sep 25 '23 14:09 bardram

And don't make that permissions has been granted to a hard requirement for connection to start....

bardram avatar Sep 25 '23 15:09 bardram