polarofficial / polar-ble-sdk

Repository includes SDK and code examples. More info https://polar.com/en/developers
Other
447 stars 147 forks source link

How can I get all recorded offline sessions by SDK? Polar Verity Sense #409

Closed mayander30 closed 8 months ago

mayander30 commented 8 months ago

Platform your question concerns:

Device:

Description: I am running the IOS example project, but in the offline tab, it does no show anything.

How can I get all recorded offline sessions?

mayander30 commented 8 months ago

Only Polar Flow app can get the offline workouts?

jimmyzumthurm commented 8 months ago

Hi @mayander30 ,

There seems to be confusion about offline recording of raw (ACC, PPG, MAG, GYRO) or computed (HR,PPI) data from the SDK and internal workout recording with Verity Sense, see here.

You can sync and manage your workouts from the SDK using listExercises, fetchExerciseand removeExerciseAPIs. I believe this is not part of the example project.

mayander30 commented 8 months ago

@jimmyzumthurm I can't find listExercises for IOS SDK, maybe fetchStoredExerciseList?