Hey, where did you find the source code of it? I couldn't find on the session video page
Post
Replies
Boosts
Views
Activity
Did you find a workaround for this?
I am also experiencing the same and calling WidgetCenter.shared.reloadAllTimelines() does not bring widgets back to life, did anyone resolve this issue?
Tip: When storing credetials make sure you are using the mac extended address as border agent ID, this was crucial to make it work for me.
I’m having exactly the same issue. Did you ever find a solution for it?
Same happening here when I try to update widgets from push notification, I execute 2 actions given a push notification.
1 - Log that the method was triggered
2 - WidgetCenter.shared.reloadAllTimelines()
All works well while Xcode debugger is attached, then it stops after the app is running without xcode, but I see that the block of code was executed because the log is created.
Any idea what I may be doing wrong? Or is this a known issue?
I work on a smart home platform app, while my widgets can't update in realtime, Apple Home widgets update as often as needed, so it's quite unfair to compete with that.