Umang Sharan
Umang Sharan
**Remember to specify the plugin name in the title!** ### Description 1. Currently, the plugin supports 4 dietary nutrition data types: HealthDataType.DIETARY_CARBS_CONSUMED, HealthDataType.DIETARY_ENERGY_CONSUMED, HealthDataType.DIETARY_FATS_CONSUMED, HealthDataType.DIETARY_PROTEIN_CONSUMED, Apple Health has 20+ nutrition...
Is it possible to load items progressively on scroll from server? IIUC, the widget expects all data to be pre-loaded.
**Is your feature request related to a problem? Please describe.** Is it possible to write HKCumulativeQuantitySample values? For instance, I'd like to write QuantityType.dietaryEnergyConsumed values per day. Sample code: final...
**Is your feature request related to a problem? Please describe.** Harmonized.metadata uses [String: String] map for field representation. This fails for metadata fields like [HKMetadataKeySyncVersion](https://developer.apple.com/documentation/healthkit/hkmetadatakeysyncversion) which expect an NSNumber. Presumably...