carp.sensing-flutter
carp.sensing-flutter copied to clipboard
Handling permissions differently on iOS vs. Android
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.
And don't make that permissions has been granted to a hard requirement for connection to start....