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
79 stars 28 forks source link

Context package necessary for background sensing (small enhancement) #115

Closed sc00n closed 3 years ago

sc00n commented 3 years ago

For both iPhone and Android the context package seems to be necessary to do any kind of background sensing. This is kind of stated for Android, but not for iOS. In iOS it only states that you need to use this package if you are interested in location.

I would add a general comment in the beginning such as:

To keep the app running in the background, the carp_context_package needs to be included. Please follow the instructions here on how to use this package.

bardram commented 3 years ago

Where are you reading? Where should we add this information?

sc00n commented 3 years ago

I meant on the best practices page: https://github.com/cph-cachet/carp.sensing-flutter/wiki/5.-Best-Practice. The information on the context package could be somewhere in the beginning, as it is OS independent. Or it can be in both iOS and Android section.

bardram commented 3 years ago

ok - done.