I have an iOS application + a Notification Service Extension + a Widget. Whenever I update in the app something in UserDefaults, that is read by the widget and I call WidgetCenter.shared.reloadTimelines, the widget does update instantly.
If I try to update the widget from the Notification Service Extension using WidgetCenter.shared.reloadTimelines, it does not work, throwing the following error:
[widget] reloadTimelines(ofKind:) - remoteObjectProxy error: Couldn’t communicate with a helper application.
Has anyone had this problem? Any input is much appreciated.