Posts

Post not yet marked as solved
2 Replies
Maybe using AppShortcutParameterPresentation? That is a parameter for one of the initializers for AppShortcut. Within AppShortcutParameterPresentation there is a parameter for an Options Collection. I haven't been able to figure out how to get that alternate init of AppShortcut working so please post the solution if you figure this out. I've been trying all day to get this to work with no luck. https://developer.apple.com/documentation/appintents/appshortcut/init(intent:phrases:shorttitle:systemimagename:parameterpresentation:)
Post not yet marked as solved
2 Replies
I have the same problem reloading the widget timelines when the app is in the foreground. When the widgets are reloaded from the foreground without much time in between reloads, the widgets don't get updated. This is undescribed by the documentation and a big problem for my app. Has anyone figured out how to always update widgets at the correct time from the foreground?
Post not yet marked as solved
15 Replies
My project is also not compiling when .backgroundTask is used!
Post not yet marked as solved
6 Replies
I'm also experiencing this frustrating issue. I have a use case where this time delay is important :( Please fix Apple! Issue persists on WatchOS 8.4.1
Post not yet marked as solved
7 Replies
I'm having this same issue, did you ever find a solution Michael?
Post not yet marked as solved
1 Replies
I'm also struggling with accessing core data from the complication controller. How can this be done?