Posts

Post marked as solved
6 Replies
I have a similar problem. Have an app that get's readings in the background from a continuous glucose monitor every 3 minutes. I tried calling WidgetCenter.reloadAllTimelines() when a new reading is received but the widget doesn't update that frequent making it useless fora way to monitor the glucose readings.
Post not yet marked as solved
5 Replies
I Would also like to know the answer to that. State restoration before did a lot of things like connect the same objects, so you could have multiple view controllers holding a reference to the same object, or have a delegate property connect upon restore to the correctly restored view controller. That is lost now with iOS 13 user activity scheme.