I am looking into the possibility of adding WeatherKit support to one of my apps. I have added the WeatherKit capability to my app and can see it up in the App ID configuration, the bundle ID is marked as explicit.
I waited overnight just in case, but I keep just getting the following error when I run on a real device:
Error Domain=WeatherDaemon.WDSJWTAuthenticatorService.Errors Code=1 "(null)"
This app has been in the store for years, so I know the rest of the configuration should be fine. What am I missing?
Ok, multiple problems:
- AppID issues, resolved by Apple
- Needed to update add WeatherKit to Capability and App Services in Identifiers up on App Store website
- Needed to install updated provisioning profiles (debug and release)
Now I am able to get responses from the API!!!!