diff --git a/docs/remote-config/_get-started.md b/docs/remote-config/_get-started.md index 9021a96361b4..06de8b08ae91 100644 --- a/docs/remote-config/_get-started.md +++ b/docs/remote-config/_get-started.md @@ -38,6 +38,10 @@ sample code. flutter run ``` +1. If you're using Remote Config on macOS, you need to the add the [Keychain + Sharing](https://developer.apple.com/documentation/xcode/configuring-keychain-sharing) + capability in Xcode. + Note: Because the Remote Config SDK has a dependency on the Remote Config REST API, make sure that you do **not** disable that API, which is enabled by default in a typical project.