Skip to content

Polar BLE SDK v5.10.0

Compare
Choose a tag to compare
@samulimaa samulimaa released this 13 Dec 11:55
· 11 commits to master since this release

Android changes

Features

Read nightly recharge data from the device
Read 24/7 HR automatic samples from the device
Read calories data from the device

Bugfixes

Use theDate variable that gets mutated in the while loop condition instead of the fixed value start date: #505
deleteStoredDeviceData waits for files to be deleted: #498

iOS changes

Features

Read 24/7 HR automatic samples from the device
Check for firmware update availability

Bugfixes

Sleep data JSON file has correct values for sleepWakePhases
deleteStoredDeviceData waits for files to be deleted #498
Firmware update race conditions fixed #520, #496
Long SDK Offline recordings can be read and send, expose private func getSubRecordingCount as API function