You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To debug Weekly Roundup using in the app's debug settings, the `weeklyRoundupStaticNotification` feature flag must be enabled for the static fallback notification to work.
Text("The first number is when the dynamic notification is scheduled at the earliest. It can take a lot more time to be sent since iOS basically decides when to deliver it. The second number is for the static notification. It will be shown if either the App is killed or if the dynamic notification isn't shown by iOS before it.")
133
+
Text("The first number is when the dynamic notification is scheduled at the earliest. It can take a lot more time to be sent since iOS basically decides when to deliver it. The second number is for the static notification which depend on the weeklyRoundupStaticNotification feature flag being enabled. The static notification will be shown if either the App is killed or if the dynamic notification isn't shown by iOS before it.")
0 commit comments