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/14992 EOL - Remove notifications syncronously #5140

Closed 30mar closed 1 year ago

30mar commented 1 year ago

Description

a redundant call was removed from applicationDidEnterBackground() as we will cancel anyway in applicationWillResignActive() which has to be called before applicationDidEnterBackground, so need to cancel twice

Link to Jira

https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-14992