corona-warn-app / cwa-app-ccl

Common Covid Logic (CCL) for Android and iOS
Apache License 2.0
7 stars 4 forks source link

Fix: issue age-dependent Booster Notifications on iOS (EXPOSUREAPP-13811) #93

Closed mlenkeit closed 2 years ago

mlenkeit commented 2 years ago

This PR reverts #91 as it caused a major regression on iOS.

Reason for that is the changes in #91 try to process the dob as a string but json-functions-swift processes it as a string auto-magically, making the string operations useless.

As the bug that was fixed with #91 affects very few users (if any) and this one here has a much larger potential audience, we will roll back the fix and think about a different one for #91.