Acknowledged
CIQQA-4285

Sensor.info.oxygenSaturation not reading data during Activity

Getting SPO2 readings during an activity used to work via Sensor.info.oxygenSaturation, but somewhere with an update it stoped working.

I have an app that reports the current oxygen saturation, currently when the app starts but the activity is not started yet the app reads and reports the current oxygen saturation using Sensor.info.oxygenSaturation, reporting also the timestamp for the last reading (this one using SensorHistory.getOxygenSaturationHistory). When I start the activity in the app, there Is no more new SPO2 readings, the last value and timestamp (before starting the activity) is the one reported.

This used to work before (last year), reporting new readings after Activity Start and stoped working somewhere with an update... I just figured now it is not working anymore, so no idea when it actually stoped working.