WeatherKit not returning gust in DayWeather

My SwiftUI weather app shows weather stats for the day that I'm pulling from DayWeather. I added wind speed to my app recently. I wanted to add Gusts but I hit a problem. Whenever I look at the results returned for DayWeather the "gust" inside of Wind is always nil.

The iOS weather app includes gusts in a daily summary. For example, today for ****** River, OR it says "Wind is currently 15 mph from the southeast. Today, wind speeds are 8 to 26 mph, with gusts up to 50 mph."

A query I just did to WeatherKit returned 18mph with compass direction SSE but nil for gusts.

I've searched the documentation and I can't determine if this is working as designed or a bug.

Add a Comment

Replies

Did you ever figure this out? I'm having the same problem.

  • No. I had another developer verify they are seeing this issue also, but I haven’t received any response to this inquiry.

    i’d recommend also opening feedback so they know another person is experiencing this.

Add a Comment