Alex Türk
Alex Türk
Now that I watched the Platform State of the Union I'm even more confused since the Complications are now driven by WidgetKit so the entire way the timeline is created...
I tried running a normal data task in `getTimeline(for:in:completion)` in the updated [sample code](https://developer.apple.com/documentation/widgetkit/adding_widgets_to_the_lock_screen_and_watch_faces) and it seems to work in the first Beta. ``` func getTimeline(for configuration: DynamicCharacterSelectionIntent, in context:...
You mean the same view code right? But the way the supported complications/families are declared will also move to WidgetKit. It's interesting that they reduce the families to just 4,...
So the standard data tasks are more like a grey area and with the new widget kit it's gotten even "blurrier" (that's how they put it). The `getTimelineEntries` function is...
Oh wow didn't have that session on my list. It really looks like it answers some of the conceptual questions I had 🙏
I have the same problem
Thank you for your feedback! As mentioned in the Note [here](https://public-value-tech.github.io/play-button/documentation/playbutton/) there can be flickering on the simulator. Can you confirm the bug in a release build on the device?
Do you see the same glitch in the sample code on the device? If not, can you provide a minimal project showing the bug?
Hi @i-tengfei! Could you test if the [latest release](https://github.com/public-value-tech/play-button/releases/tag/v1.0.1) fixes the issue?
closed due to inactivity