All Questions
7 questions
7
votes
0
answers
705
views
WidgetKit complications won't update
We are migrating ClockKit complications to WidgetKit in our watch app (watchOS 9+).
The migration went smoothly, UI part works just fine. However, we've hit the wall with widgets not updating when ...
1
vote
0
answers
53
views
Userdefaults for complications are nil while watch is working fine
I'm able to successfully send userdefaults from the phone to the watch using applicationContext and save those userdefaults to the app group I created. For the watch, I see all the userdefaults come ...
0
votes
1
answer
560
views
ClockKit and WidgetKit Complications in the same app
I am working on an application for watchOS that needs support from watchOS 7.0 to the last version, in terms of the app itself its going well, but I'm having problems with the complications, I have ...
1
vote
0
answers
271
views
runtime reload of iOS widget list
I have a WidgetBundle to show multiple Widgets for my app.
Recently I migrated over ClockKit complications to use WidgetKit.
Some of my Complications and now Widgets should only show up in the widgets ...
6
votes
2
answers
633
views
No complication configuration in xcode for watchOS 9
I added a new watch app for an existing iOS App that is build with react native. I never developed a watch app before. I read everywhere that this should create two targets, the watch App and the App ...
0
votes
1
answer
383
views
Text with Text.DateStyle in SwiftUI View in Complication alignment
I want to create a complication rendered by a SwiftUI View that contains a label and a timer value.
I want the label to be on the complication background layer, and the timer value to be on the ...
1
vote
1
answer
1k
views
What is the ActivityType when handling the launch of a complication with onContinueUserActivity in swiftUI
I have a SwiftUI Apple Watch app. When a user taps on a complication, I want to show the appropriate view. I think I can do so with an onContinueUserActivity modifier but I can't find the appropriate ...