minvws / nl-covid19-notification-app-ios

European Union Public License 1.2
120 stars 36 forks source link

[2020-08-21]: [VWS/Covid19NotificationApp] iOS multiple exposure checks at same time #39

Closed TeunVR closed 3 years ago

TeunVR commented 4 years ago

Describe the bug, issue or concern

When the app is launched manually sometimes multiple exposure checks are added to the list at the same time.

To Reproduce

Launch the app. Go to settings privacy health covid settings and look at exposure checks list. Sometimes there are multiple checks at the same time.

Expected behavior

Only one check at each time?

Screenshots

iPhone SE1 at iOS 13.6 and iPhone SE2 at iOS 13.6.1 FF28FB91-B232-4A7F-BBDB-782DE5941DCD

Governance

rvandijke commented 4 years ago

We are feeding multiple exposure keysets to the API at the same time (see https://github.com/minvws/nl-covid19-notification-app-ios/blob/edc489b614da4149cfe68d629826aeb2fe06702c/Sources/ENCore/App/Features/ExposureController/ExposureData/OperationProvider/Operations/ProcessExposureKeySetsDataOperation.swift#L184)

I'm assuming iOS will make a new entry for every file processed, but I'll validate this in the next days.

roelspruit commented 3 years ago

@rvandijke did you do this check back in august? I'm trying to update the status of open issues and PRs currently so I would like to know the status of this.

roelspruit commented 3 years ago

I'm closing this issue. This doesn't seem to happen anymore.