Paweł Wiszenko
Paweł Wiszenko
Hi @aakash-patel-dev Apologies for the late response. I haven't tested the below solution but you can try adding: ``` WidgetCenter.shared.reloadTimelines(ofKind: ) ``` to [didReceiveRemoteNotification](https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623013-application) in the AppDelegate: ``` application(_:didReceiveRemoteNotification:fetchCompletionHandler:) ```
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...
@Jdb156158 @chdo002 Generally widgets aren't designed to have animations (at least for now). If it changes, the relevant API will be added (like in the case of interactive widgets). I'm...
Added [AnalogClockWidget](https://github.com/pawello2222/WidgetExamples/tree/main/Widgets/AnalogClockWidget) in version 1.1.0. This widget uses an example private xcframework that may not necessarily pass Apple Review. The tutorial how to create an xcframework with ClockHandRotationEffect can be...