Skip to content

Commit

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

#### 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:
To add your Google Play Developer account to Visual Studio:

1. 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 -->


Check failure on line 199 in docs/android/deployment/publish-google-play.md

View workflow job for this annotation

GitHub Actions / lint

Multiple consecutive blank lines

docs/android/deployment/publish-google-play.md:199 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
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 @@ -225,8 +226,9 @@ For more information about enabling Google API access to your Google Play Develo
<!-- 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:
To select the Google Play track to upload your app to:

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:

- 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 @@ -242,7 +244,6 @@ 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 45e6f10

Please sign in to comment.