corona-warn-app / cwa-app-ios

Native iOS app using the exposure notification framework from Apple. 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
1.68k stars 286 forks source link

Fix App Release 3.2.0 crash #5163

Closed flxschmidt closed 1 year ago

flxschmidt commented 1 year ago

Description

Revert code change: Initialize exposureManager with ENAExposureManager, not MockENManager after hibernation starts.

Side effect The reverted code was marked as a fix to prevent the EN popup after hibernation starts. For that another approach is needed then.