HealthKit access?
-
What does it take to access Healtkit data from Pythonista? Is there some library available, or do I need to learn objc_util?
Thanks,
Georg
-
I retired from the FDA a month ago to take a job in a 3D printing startup. I can say that Apple's conservative view is based on FDA's. If the application has any possibility of affecting how a patient gets treatment, its not health related and is considered a medical device, and therefore regulated. Apple is applying appropriate CYA. OMZ is probably already skating close to Apple's comfort zone so why wave another red flag at the bull. There's always swift and objective-C.
-
@polymerchm said:
... OMZ is probably already skating close to Apple's comfort zone so why wave another red flag at the bull. There's always swift and objective-C.
You are probably right ....
-
if Apple.is_playing(cya): Apple.a_part_of_cya.is_exposed = Workflow.can_access(HealthKit.personal_medical_data) if Workflow.can_access(HealthKit.personal_medical_data): why_not(Pythonista.can_access(HealthKit.personal_medical_data)) # Perhaps workflow could act as a shim to provide Pythonista indirect access to medical data
-
The FDA is already dealing with citizen developers who are hacking medical devices not just to monitor, but to effect therapy. Even if Apple permitted it, the first patient illness/death would have people banging on Apple and OMZ's doors for enabling. Stay away. I like pythonista too much. OMZ would not look good in striped pajamas.
-
@JonB I'm not sure how strict that is: the Workflow app can write data to HealthKit and that's not primarily a health related app.
-
@stompertje I do not know how Workflow.is is doing it - I guess they are related to some important apple guys, maybe by bribe or simply if they do have a apple-design-award and are the poster-childs.
@omz do you have tried to submit it with health-kit-access?
by the way the Workflow.IS access is not complete - I want to access my sleep-log and this is not possible at the moment
-
do you have tried to submit it with health-kit-access?
No, and I don't intend to do so. I have no idea how Workflow got through with this, as it's clearly not primarily health-focused, but I guess if you want to access Health data in Pythonista, you could do so by using Workflow's URL scheme.
-
Any other way to do it besides using Workflow x-callback-url?
-
It’s been a while since this thread was created. Have there been any updates in that time? Just being able to read “safe” data like weight and sleep would be very helpful.