cph-cachet / carp.sensing-flutter

CARP Mobile Sensing for Flutter, including mobile sensing framework, data backend support, and the CARP mobile sensing app.
MIT License
80 stars 28 forks source link

Handling permissions differently on iOS vs. Android #337

Closed bardram closed 4 months ago

bardram commented 1 year ago

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 commented 1 year ago

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

bardram commented 4 months ago

Closed with PR #411