cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
550 stars 674 forks source link

[Health 3.2.1+] Ignore manual entries #444

Open deremakif opened 3 years ago

deremakif commented 3 years ago

I have an application that gets the step counts of users. In this application, I plan to give rewards according to the number of steps. I want to distinguish manually entered step counts for both platforms, Android and iOS.

Is it possible?

I've found something native for iOS:

https://stackoverflow.com/a/31254817/10659482

But there is no clue for Android:

https://stackoverflow.com/questions/32119448/google-fit-api-filter-manually-added-activities/38897247#38897247

Thanks,

huybnd-1817 commented 1 year ago

@deremakif Have you found any solution for Android yet?