I've got an iOS app that uses WeatherKit SDK (not the REST API) to pull weather data. I'm getting reports from users today that it is failing to update today (June 5, 2024).
When I run the app in a debugger I see:
Failed to generate jwt token for: com.apple.weatherkit.authservice with error: Error Domain=WeatherDaemon.WDSJWTAuthenticatorServiceListener.Errors Code=2 "(null)"
Received authentication failure for request: 5E11C6A7-C255-4130-B1C7-93C3D6935210
On another attempt I got a 504 response.
The Apple Weather app is also extremely slow to update (if at all) when adding a new location.
And of course, https://developer.apple.com/system-status/ shows WeatherKit with a green light.
Is anyone else seeing this?
Edit: There seems to be a broad outage with weatherkit. The apple weather app is not working for several people reported here: https://discussions.apple.com/thread/255637780?sortBy=best
Why is the developer dashboard showing a green light?!
We need to be able to rely on these systems.