MohGovIL / hamagen-react-native

Israel's Ministry of Health's COVID-19 Exposure Prevention App
https://health.gov.il/
MIT License
509 stars 153 forks source link

Use ExposureNotification API? #216

Closed dotansimha closed 4 years ago

dotansimha commented 4 years ago

Apple introduced a new API for exposure notifications: https://developer.apple.com/documentation/exposurenotification

And for android: https://blog.google/documents/68/Android_Exposure_Notification_API_documentation_v1.2.pdf

There is also an integration for RN: https://github.com/codejamninja/react-native-exposure-notification

kaplanlior commented 4 years ago

Thanks @dotansimha , also notice this API requires some restriction on how the application can/can't work. Also see #190 reported earlier.

gadicc commented 4 years ago

Can I suggest we close this issue and amend #190's title to include "Exposure Notifications API".