-
Notifications
You must be signed in to change notification settings - Fork 60
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
Receiving InfectionStatus .exposed after calling resetInfectionStatus #253
Comments
what version of the SDK are you experiencing this issue with? |
The version we are using is 2.1.0 |
resetInfectionStatus does currently not delete the exposure Days. If you use resetExposureDays all exposure days will be deleted from the local storage. |
We have used previously
We suposed the exposure days should be not deleted to keep the state healthy Regards |
Once a device has received the InfectionStatus .exposed we are trying to bring it back to .healthy status by calling the sdk function
DP3TTracing.resetInfectionStatus()
Initially the device goes back to .healthy but after the app is closed and the sdk is initiallized again.
func DP3TTracingStateChanged(_ state: TracingState)
get the InfectionStatus .exposed with the same date as before.This is a sumamry of the related logs:
Regards
The text was updated successfully, but these errors were encountered: