Can I Store HealthKit Data In The Cloud If It's Not iCloud?
Asked Answered
F

1

6

I am working on an app that uses health data from the iOS HealthKit SDK, and I of course want to have a duplicate of that data for my own server-side analysis. I know that you can't save HealthKit data in iCloud, and I've read the Apple Developer Guidelines for HealthKit, but it doesn't address the use of cloud in general other than iCloud in particular. Am I allowed to store health data in Parse or another cloud?

Fervidor answered 17/9, 2015 at 3:51 Comment(4)
Did you ever get the answer to this?Conga
@Conga Unfortunately not. Hopefully the question gets reopened.Fervidor
So is there anyway of getting the data from healthkit without an iOS appUnderpin
@julianjoseph HealthKit is available to iOS, WatchOS, and Mac Catalyst. Other than that, there is no way to access it.Fervidor
C
0

Yes, but you have to explicitly state in the app that you will be exporting HK data to an external server. If you do not do this, Apple will reject your app.

I would also suggest reading through the Protect User Privacy section of the HK documentation.

Cimex answered 30/1, 2017 at 17:48 Comment(1)
Can you provide a source for this? I didn't see cloud mentioned in the Protect User Privacy link.Fervidor

© 2022 - 2024 — McMap. All rights reserved.