HedvigInsurance / ugglan

It's just an insurance app for iOS
GNU Affero General Public License v3.0
81 stars 11 forks source link

Check for feature flags before executing notification #1451

Closed sladan-hedvig closed 2 months ago

sladan-hedvig commented 2 months ago

Wait for the feature flags before executing notification (only when running app from the notification)

Some push notifications depend on the feature flags, so when opening app from the notification which depends on the feature flags would cause odd behaviour, checking if the feature flags are fetched is added.

Checklist