tetujin / aware-client-ios-v2

AWARE Client iOS (Version2)
http://www.awareframework.com
22 stars 10 forks source link

App overrides dashboard settings - Activity sensor #7

Closed nleo575 closed 4 years ago

nleo575 commented 5 years ago

App sometimes oversamples activity. We had our frequency setting to 60 seconds, but sometimes we would get three observations in a one minute period instead of only one.

This issue was repeatable and present on 100% (8 of 8) iPhones during our test.

Overall severity: Minor problem - 3 out of 5 where 5 is worse. This was more of a nuisance than anything since we were just getting more data than requested.

tetujin commented 4 years ago

Hi @nleo575 , Thank you for the report. I fixed the over-sample and un-periodical sampling issue. Please check the actions.

The reason for the issue is that CoreMotion (original data source) provides only activity change events. I added a function to supplement the dropped data.

tetujin commented 4 years ago

This issue is fixed on the latest version of AWARE library (AWAREFramework-iOS) version 1.10.4.