diff --git a/CS342ExampleApplication/CS342ExampleApplicationDelegate.swift b/CS342ExampleApplication/CS342ExampleApplicationDelegate.swift index 363e838..35466d0 100644 --- a/CS342ExampleApplication/CS342ExampleApplicationDelegate.swift +++ b/CS342ExampleApplication/CS342ExampleApplicationDelegate.swift @@ -83,6 +83,10 @@ class CS342ExampleApplicationDelegate: SpeziAppDelegate { private var healthKit: HealthKit { HealthKit { + CollectSample( + HKQuantityType(.heartRate), + deliverySetting: .anchorQuery(.automatic) + ) CollectSample( HKQuantityType(.stepCount), deliverySetting: .anchorQuery(.automatic)