Hi, I was doing something similar using AppStorage and AppGroup to pass the fetched image data from the main app to the Live Activity and Dynamic Island. It previously worked in iOS 16.1 beta 1, and beta 3 but hasn't resulted in rendering the image for the last two betas as well as the RC. I tried the above solution as well, and the data is correctly fetched and passed, but the Live Activity will not render Image(uiImage: UIImage(data: data)). It will render any SF Symbol or static image in the asset catalogue just fine, but not usable otheriwse.
Can someone help determine a way to render a fetched image in a Live Activity or Dynamic Island? Is there a trick to getting Image(uiImage: UIImage(data: data)) to render properly?
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: