Dinith Herath
Dinith Herath
- This issue is due to the usage of **HKSampleQuery** in this plugin. [https://developer.apple.com/documentation/healthkit/hksamplequery](url) - If we use **HKStatisticsQuery**, this problem will get eliminated and duplicate removal will be done...
> @melsheikh92 mind to share the code? The `FitData` contains the `source` field which you can use to properly calculate sum of steps for users with more than one device....
- To get the exercise minutes from the health kit you need to modify the plugin. - It currently supports some of the health kit parameters such as step_count, distance_walk,...
Hi, Can you implement this feature as soon as possible. Our company also need this. Thanks for the hard work you are doing.
Merging can not be done until the PRs for all portals get merged in the apim-apps side.
> Looks like CI is failing. This is due to the usage of the `--warning-mode=fail` flag in the gradle build command in the CI action. There are a couple of...
I just checked the warnings, seems like we need to rewrite the build gradle file as there are lot of deprecation warnings.