Post

Replies

Boosts

Views

Activity

Comment on No Call for Live Activity to update
To achieve this, you need to confirm the live activity target files for both the app and extension targets. Once you confirm, you can update your liveactivity in the perform method of appIntent. Your UI will be updated.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Widget does not show up in search widget menu after .contentMarginsDisabled() in ios16
This has worked for me @available(iOS 14.0.0, *) extension WidgetConfiguration { func contentMarginsDisabledIfAvailable() -> some WidgetConfiguration { if #available(iOS 17.0, *) { return self.contentMarginsDisabled() } else { return self } } }
Replies
Boosts
Views
Activity
Aug ’23