I want to update my timeline on some given date and time. I saw in documentation in WWDC videos that the network requests are handled on a background fetch from AppDelegate that communicates with Widget.
But I know exactly when I need to perform request to update timeline and it's rare, but want to have as much precision as possible.
So you can make a URLSession request directly in getTimeline(for:in:completion:) method when the last date was met?
I've tried that and experience some weird blinking and I'm not sure if thats some other issue or it's just a reaction for doing something that is not allowed in widgets
But I know exactly when I need to perform request to update timeline and it's rare, but want to have as much precision as possible.
So you can make a URLSession request directly in getTimeline(for:in:completion:) method when the last date was met?
I've tried that and experience some weird blinking and I'm not sure if thats some other issue or it's just a reaction for doing something that is not allowed in widgets