HealthKitReporter

HealthKitReporter. A wrapper for HealthKit framework. Helps to write or read data from Apple Health via HealthKit framework.

MIT License

Stars
65

Bot releases are hidden (Show)

HealthKitReporter - Latest Release

Published by kvs-coder over 2 years ago

  • ECG with Voltage measurements in one query on demand
HealthKitReporter -

Published by kvs-coder over 2 years ago

  • ECG with Voltage measurements in one query
HealthKitReporter -

Published by kvs-coder over 2 years ago

  • add from dictionary static factory for WorkoutRoute
  • minor fixes in the code
HealthKitReporter -

Published by kvs-coder almost 3 years ago

  • Fix timestamps bug
  • add from dictionary static factory for HeartbeatSeries
HealthKitReporter -

Published by kvs-coder about 3 years ago

return HeartbeatSeries as a collection of samples, each has own collection of measurements

HealthKitReporter - 1.6.0

Published by kvs-coder about 3 years ago

  • heartbeatSeriesQuery changed as HeartbeatSeries now is a valid sample with a set of beat by beat measurements
HealthKitReporter -

Published by kvs-coder about 3 years ago

  • Unit Tests for most of DTO Models
  • WorkoutConfiguration bug fix for parsing
  • WorkoutEventType name
  • Parsing number values from incoming JSON dictionaries as NSNumber
  • Fix the typos (HeartbeatSeries)
  • CustomStringConvertable for HK enum Types
  • Workout and WorkoutEvent restructuring, add harmonized description instead of name and type property respectively
  • Extension of Category types, add detail key-value to DTO
  • Sample app adjustments
HealthKitReporter -

Published by kvs-coder over 3 years ago

Fix with minimum Operation System for iOS 10

HealthKitReporter -

Published by kvs-coder over 3 years ago

Swift package fix

HealthKitReporter -

Published by kvs-coder over 3 years ago

Add Workout names

HealthKitReporter -

Published by kvs-coder over 3 years ago

Fix Sources for Statistics

HealthKitReporter -

Published by kvs-coder over 3 years ago

  • iOS 9.0 support
  • Carthage and Swift Package Manager support
  • FIx with workout values
  • Fix with UUID of Samples
HealthKitReporter -

Published by kvs-coder over 3 years ago

  • Fix issue with saving Workout
HealthKitReporter -

Published by kvs-coder over 3 years ago

  • Added UUID property for Wrappers of original HKObjectTypes
HealthKitReporter -

Published by kvs-coder over 3 years ago

  • Added more CategoryType enum cases (iOS 14)
HealthKitReporter -

Published by kvs-coder over 3 years ago

  • Deprecate SampleQuery, use specific queries instead (Quantity, Category etc.)
  • Added more QuantityType enum cases (iOS 14)
HealthKitReporter -

Published by kvs-coder almost 4 years ago

fix with activity summary id

HealthKitReporter -

Published by kvs-coder almost 4 years ago

  • All reading and observer queries are returned as objects in order to let to stop them running
  • Manager is now responsible for executing queries
  • Most of the reading queries will throw an Error if provided type is not recognized by HK
  • Electrocardiograms voltage measurement
HealthKitReporter -

Published by kvs-coder almost 4 years ago

  • Workout Route series query
  • CLLocation usage in Workout Route