5 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
156
views
Can you include an `alert` with a sound within the `end` event of a Live Activity?
When we do that, the Live Activity is immediately ended without any alert or sound. The dismissal-date is only used for the Lock Screen.
It no longer shows on the Dynamic Island.
Yet it says on Lock ...
0
votes
1
answer
84
views
How to provide iOS widgets to Mac Catalyst?
I have a proxy app with an iOS widget extension that works perfectly when run on a Mac when built as 'Designed for iPad'. But recently we decided to make a full 'Mac Catalyst' target for arm64+x86_64 ...
5
votes
1
answer
546
views
Widget archival failed due to image being too large
I'm trying to setup a widget to pull an image down from a webserver and I'm running into an error of Widget archival failed due to image being too large [9] - (1024, 1024), totalArea: 1048576 > max[...
1
vote
0
answers
74
views
Widgets disappear after upgrading app from flutter to native ios
I do have a flutter app. I developed an iOS app with the same bundle id so that when installed through testflight, it overrides the flutter app. Issue is, the large and medium widgets installed ...
Avi's user avatar
- 2,216
0
votes
0
answers
147
views
SwiftUI Widget not rendering API data
I'm creating a Widget working with an API, but when I ran it, it consolelogged me all the data (from the fetch call), but on the screen, inside the widget, nothing appears. I'm new to WidgetKit so it'...