Post

Replies

Boosts

Views

Activity

Comment on Effective use of .disfavouredLocations API
This works great for MacOS, thank you! On Standby my app name is still displayed with just no widgets offered and a big "Add Widget" button which does nothing, is this a bug I should report? Presumably also .disfavouredLocations{.iPhoneWidgetsOnMac} is not needed if you have the data protection key enabled? As for CarPlay though, will the new widget support in iOS 26 also honour the .disfavouredLocations{} or data protection key?
Jun ’25
Comment on Updating Widgets from StaticConfiguration to IntentConfiguration Requires Re-Installation
Unfortunately I think this will not result in an experience the user is happy with. Essentially they will see the situation as "My widget is disappearing" and will assume (correctly!) that I've done something to break it. Some users may not even remember which widget they had from my app, only that it was there and then it wasn't.... So I really think a migration path is needed.
Topic: App & System Services SubTopic: General Tags:
Jun ’24
Comment on HKObserverQuery and BackgroundDelivery Are Highly Unstable on watchOS 26
If the user has a complication for your app on their watch face, could you use the wigetkit extension to do the HealthKit work for you? It would run more reliably but might not fit your needs.... (plus you have to ask them to have a complication, many apps do!)
Replies
Boosts
Views
Activity
Feb ’26
Comment on `onTapGesture` not triggered on `Map` views
Are you able to run the same test on the 26.2 latest beta for us? Thanks
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’25
Comment on `onTapGesture` not triggered on `Map` views
For reference, the release notes mention this issue being specific to SwiftUI Maps. I'm having the same problems with Swift Charts. iOS 26 RC, am having to ship a workaround as you suggested. Thanks
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on Apple HealthKit Integration - Need help with sleep data
I can't access that link 😞
Replies
Boosts
Views
Activity
Jul ’25
Comment on Maximise background update on WatchOS
Thank you, this is all really helpful and appreciated. Cheers
Replies
Boosts
Views
Activity
Jun ’25
Comment on Effective use of .disfavouredLocations API
This works great for MacOS, thank you! On Standby my app name is still displayed with just no widgets offered and a big "Add Widget" button which does nothing, is this a bug I should report? Presumably also .disfavouredLocations{.iPhoneWidgetsOnMac} is not needed if you have the data protection key enabled? As for CarPlay though, will the new widget support in iOS 26 also honour the .disfavouredLocations{} or data protection key?
Replies
Boosts
Views
Activity
Jun ’25
Comment on WatchOS HealthKit HKObserverQuery crashes in background
I can answer 4, 5 and 6 if that helps. 4- Watch because iPhone cannot access the Health store what so ever when locked. 5- No. 6- None can be read. A little more info here incase it helps: https://developer.apple.com/forums/thread/780673
Replies
Boosts
Views
Activity
Apr ’25
Comment on Complications Appear Unnamed in Watch App After Syncing .watchface File
Many related WidgetKit issues unfortunately that have not yet been fixed, see one here: https://developer.apple.com/forums/thread/732751
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’25
Comment on AreaMark Always alignsMarkStylesWithPlotArea for linear gradients
Thank you for the suggestions. Will file feedback for now. I think the MeshGradient route it too far from the Charts API I'm otherwise working with. The other suggestions would work but would create stepped data and not a smooth view. One for enhancement I think.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24
Comment on Unable to compile SwiftUI Charts on Xcode 16.1 Beta 2
Thank you, good to know this is the problem and not my code! Hopefully it makes it's way to the Xcode beta release notes
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Migrating to WidgetKit, issues with editing Watch Faces on iPhone
I've had no updates in my bug report if that's what you're asking! ... and the issue still persists.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on Swift Charts: Changing chartXVisibleDomain changes chartScrollPosition
In your example, if I wrap scrollPosition in a withAnimation: Button("Set to 0") { scrollPosition = 0 } Button("Set to 0") { withAnimation { scrollPosition = 0 }} It has no effect. Is there a reason for this? I'm trying to animate scroll position in my chart? Thanks
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on Migrating to WidgetKit, issues with editing Watch Faces on iPhone
Ok 😕 I have about 10 new feedbacks opened from WWDC24 and none of them have responses. Although if they still get looked at and fixed I don't mind 😊
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on AttributeGraph: cycle detected Warning with WatchOS app
Sure, feedback filed! IT's FB14049876. Thank you
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Comment on Updating Widgets from StaticConfiguration to IntentConfiguration Requires Re-Installation
Unfortunately I think this will not result in an experience the user is happy with. Essentially they will see the situation as "My widget is disappearing" and will assume (correctly!) that I've done something to break it. Some users may not even remember which widget they had from my app, only that it was there and then it wasn't.... So I really think a migration path is needed.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24