Skip to content

Instantly share code, notes, and snippets.

@FedeRotoli
Last active January 23, 2020 15:04
Show Gist options
  • Save FedeRotoli/972cd0a2a2a31bd613b05cbae16b0117 to your computer and use it in GitHub Desktop.
Save FedeRotoli/972cd0a2a2a31bd613b05cbae16b0117 to your computer and use it in GitHub Desktop.
func autorizeHealthKit() {
let healthKitTypes: Set = [
HKObjectType.quantityType(forIdentifier: HKQuantityTypeIdentifier.heartRate)!]
healthStore.requestAuthorization(toShare: healthKitTypes, read: healthKitTypes) { _, _ in }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment