WidgetExamples icon indicating copy to clipboard operation
WidgetExamples copied to clipboard

Countdown widget does not show as Ideal effect😭

Open ColdLessLee opened this issue 3 years ago • 1 comments

in my case for countdown widget, when I declare a for-loop with 60 * 24 second times, the widget will not render on the real device, it shows me a skeleton 🥹

ColdLessLee avatar Dec 16 '22 04:12 ColdLessLee

在iOS 16 设备上, 我也遇到了这个问题,请问怎么解决啊

liyanhongCN avatar Mar 15 '23 09:03 liyanhongCN

Hi,

Apologies for the late response.

Widgets can only be refreshed a certain number of times per day. If there's a problem with refreshing it's usually one of the following two:

  • refreshing too often - a widget usually don't have more than 40-70 refreshes per day (can be less)
  • adding too many entries to the timeline - the solution is to refresh the timeline more often, e.g. not every day, but every hour (just remember not to refresh the widget too often and not to add too many entries at once)

For more information please refer to Keeping a widget up to date.

pawello2222 avatar May 12 '24 16:05 pawello2222