Skip to content

Commit

Permalink
Add headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Jan 28, 2025
1 parent 5c39a62 commit 31bde81
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/android/deployment/publish-google-play.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,13 @@ For more information about enabling Google API access to your Google Play Develo

:::image type="content" source="media/publish/vs/signing-identity-continue.png" alt-text="Screenshot of selecting your newly created signing identity.":::

1. In the **Distribute - Google Play Account** dialog, select the **+** button to add your Google Play Developer account details:
#### Add your Google Play Developer account details

<!-- markdownlint-disable MD029 -->
7. In the **Distribute - Google Play Account** dialog, select the **+** button to add your Google Play Developer account details:

:::image type="content" source="media/publish/vs/distribution-add-google-play-account.png" alt-text="Screenshot of adding a Google Play Developer account in the distribution dialog.":::
<!-- markdownlint-enable MD029 -->

1. In the **Register Google API Access** dialog, enter a description and your OAuth client ID and client secret, and then click the **Register** button:

Expand Down Expand Up @@ -218,7 +222,11 @@ For more information about enabling Google API access to your Google Play Develo

:::image type="content" source="media/publish/vs/distribution-google-api-access-authorized.png" alt-text="Screenshot of authorized Google API access in Visual Studio.":::

1. In the **Distribute - Google Play Track** dialog, select the track to upload your app to. Google Play offers five tracks for uploading your app:
<!-- Don't delete this heading - the Visual Studio IDE links to it -->
#### Select a track to upload your app to

<!-- markdownlint-disable MD029 -->
12. In the **Distribute - Google Play Track** dialog, select the track to upload your app to. Google Play offers five tracks for uploading your app:

- Internal should be used for quickly distributing your app for internal testing and quality assurance checks.
- Alpha should be used for uploading an early version of your app to a small group of testers.
Expand All @@ -234,6 +242,7 @@ For more information about enabling Google API access to your Google Play Develo
:::image type="content" source="media/publish/vs/distribution-select-google-play-track.png" alt-text="Screenshot of selecting a Google Play Track prior to uploading your app.":::

For more information about Google Play testing, see [Set up an open, closed, or internal test](https://support.google.com/googleplay/android-developer/answer/9845334?hl=en&visit_id=638192315525080840-296240211&rd=1) on support.google.com.
<!-- markdownlint-enable MD029 -->

1. Visual Studio will begin publishing your app to Google Play. In the **Signing Password** dialog, enter your password you created for the signing identity and select the **OK** button:

Expand Down

0 comments on commit 31bde81

Please sign in to comment.