Is there any way to load images from a URL (support updatable images) for Live Activity?
I know that from the doc "Each Live Activity runs in its own sandbox, and — unlike a widget — it can’t access the network or receive location updates." but supporting updatable images would be a very useful feature.
Also interesting that OneSignal mentioned here (https://onesignal.com/blog/using-ios-16-live-activities/) that
"You can, however, still load images from a URL on demand into your Live Activity. The image URL could be part of the activity content that changes."
But passing URL & using AsyncImage doesn't work for me. Any ideas?