Reload a timeline with background notifications

Hello!

I am trying to reload my widget timeline when my app receives background notifications.
However, when the app frequently receives background notifications, the widget does not reload a timeline.

Is it limited like TimelineReloadPolicy to frequently reload a timeline, when an app frequently receives background notifications?
In such a situation, what is the best practice?

Thank you.
I have the same problem. I have tried using a silent push notification, that way the app does get woken up in the background and I tried calling the WidgetCenter.shared.reloadTimelines method right from there. The result was the same, the widget did not get updated if the application is not in the foreground.
Reload a timeline with background notifications
 
 
Q