corona-warn-app / cwa-wishlist

Central repository to collect community feature requests and improvements. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
106 stars 14 forks source link

Export Immunization certificates and Test results into Apple Health App #776

Open oleksiikutuzov opened 2 years ago

oleksiikutuzov commented 2 years ago

Feature description

Since iOS 15.4 beta 1 you can import your CWA immunization certificate or test result into Health App. Currently, you can do so from Photos app by long tapping the screenshot. However, it would be handy to have a dedicated button inside the CWA not having to do a workaround.

IMG_8771 IMG_8767 IMG_8769

Problem and motivation

Users would be able to store important health data in a system-wide health data hub.


Internal Tracking ID: EXPOSUREAPP-11637

Ein-Tim commented 2 years ago

In Digitaler-Impfnachweis/covpass-ios#126 @timokoenig and others discussed wether this will be possible, it seems like Apple did not release sufficient documentation on this yet.

But I support this request to 100%.

larswmh commented 2 years ago

Thanks for your feature request @oleksiikutuzov. We have created an internal ticket for it and will raise this topic internally. Internal Tracking ID: EXPOSUREAPP-11637


Corona-Warn-App Open Source Team

Ein-Tim commented 2 years ago

iOS 15.4 is now officially released to the public.

@timokoenig have you seen any documentation being published reg. this?

Kamik423 commented 2 years ago

While not official documentation it can at least be easily and cheaply achieved like this (undocumented)

https://github.com/Digitaler-Impfnachweis/covpass-ios/issues/126#issuecomment-1024116883

The actual documentation is here: https://developer.apple.com/news/?id=7h3vwlh5

The API is here: https://developer.apple.com/documentation/healthkit/hkfhirresourcetype/2980681-immunization

timokoenig commented 2 years ago

In general HealthKit allows an app to save additional data. Not sure if this is also true for Smart Health Cards but the team could test this. At least a button or a hint should be an easy solution.