-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exposure checks aren’t spread throughout the whole day #344
Comments
Reading through different issues in this project I understood that iOS exposure checks are limited. Isn’t it unfortunate if the limited exposure checks happen all at the same time instead of spread throughout 24 hours? |
Transmitting and scanning for RPI's happens continuously in the background. What you are seeing in this screenshot are the exposure checks (syncing reported positive cases with locally collected/stored RPI's). Here are some more explanations:
Due to limitations of the first version of the ExposureNotification API, SwissCovid is grouping TEK's per day and checking/syncing the past 10 days separately. With a rate limit of 20 calls per 24h, this means we can check/sync twice per day (2 x 10 days). With ENv2 (version 2 of the ExposureNotification.framework) we do not need to group by day anymore and can now spread these checks throughout the day. This is currently being released (phased) in SwissCovid 1.2. After updating the app, you will then see a check/sync every 4h (rate limit is now 6 per 24h). We also updated the EXPOSURE_NOTIFICATION_API_USAGE document to reflect this. Does this answer your question? |
It does answer my question! Also it calms me to know that exposures are not only checked once per day 🙂 thx a lot! |
I experience the same issue as corona-warn-app/cwa-server#663
Here’s my exposure checks:
I’ve been outside the whole day yesterday. I’m no expert, but it seems to me that having 10 checks exactly at 16:02 is not very helpful. Shouldn’t checks be spread through out the whole day?
The pattern I noticed yesterday is consistent for all days.
Using iOS 14.1 on a iPhone SE 2020
The text was updated successfully, but these errors were encountered: