Add note about key entry and troubleshooting steps for weatherkit (#29201)

This commit is contained in:
TJ Horner 2023-10-05 22:26:22 -07:00 committed by GitHub
parent c13e9ac91a
commit 6673082fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,4 +49,11 @@ You can add a new WeatherKit integration entry now that you have all the credent
- **Apple team ID**: `ABC123DEFG`
- This value can be found in the top-right of the Apple Developer website.
- **Private key**: `-----BEGIN PRIVATE KEY----- [...]`
- Open the `.p8` file you downloaded earlier in a text editor and copy the contents into this field.
- Open the `.p8` file you downloaded earlier in a text editor and copy the _entire_ contents into this field, including the header and footer.
### Troubleshooting
If you are having issues setting up the integration, please make sure the following are true:
- You are entering the key exactly as it appears in the `.p8` file, including the header and footer.
- There are no leading or trailing spaces in other configuration values.