We integrated WeatherKit in our app with success and are fetching forecast data successfully.
As requested, we are showing attribution and loading the image at WeatherKit.shared.attribution.combinedMarkDarkURL.
(resp. combinedMarkLightURL)
It used to work well, but since a few days we get an error while attempting to load the image (with SwiftUI AsyncImage
) that says:
"LoadingError() Unable to determine byte size."
is anyone having similar experience?