Skip to content

Commit a960c00

Browse files
authored
Update Quickstart guide to reference new API key location (#927)
1 parent 13e499f commit a960c00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ If you run into issues with the SDK, see [Troubleshooting the SDKs](/test-and-la
7575

7676
### Initialize and Configure the SDK
7777

78-
:::info Only use your public SDK key to configure Purchases
79-
You can get your public SDK key from the **API keys** tab under **Project settings** in the dashboard.
78+
:::info Only use your public API key to configure Purchases
79+
You can get your public API key from the **Platforms** section of your Project Settings in the dashboard.
8080
:::
8181

8282
You should only configure the shared instance of _Purchases_ once, usually on app launch. After that, the same instance is shared throughout your app by accessing the `.shared` instance in the SDK.
8383

8484
See our guide on [Configuring SDK](/getting-started/configuring-sdk) for more information and best practices.
8585

86-
Make sure you configure _Purchases_ with your public SDK key only. This API key can be found in the API Keys Project settings page. You can read more about the different API keys available in our [Authentication guide](/projects/authentication).
86+
Make sure you configure _Purchases_ with your public API key only. You can find this API key in your app settings by selecting your app from Project Settings > Platforms. You can read more about the different API keys available in our [Authentication guide](/projects/authentication).
8787

8888
import swiftContent from "@site/code_blocks/getting-started/getting-started_1.swift?raw";
8989
import objectiveCContent from "@site/code_blocks/getting-started/getting-started_2.m?raw";

0 commit comments

Comments
 (0)