Has anyone managed to get a Home Screen widget to refresh after a CloudKit sync while the app is in the background or terminated?
A push wakes my app, it syncs with CloudKit, and reloadAllTimelines() is called, but the widget still does not update while in the background.
I would have expected this to just work with CloudKit. As it stands, CloudKit and widgets feel like a poor match.
Is widget push the only reliable way to force a reload in this case?
