Skip to content

Commit

Permalink
doc: replaced '<URL to your PWA>' by '<Host URL of your PWA>' in andr… (
Browse files Browse the repository at this point in the history
#4833)

fixes #4832 
<!-- Link to relevant issue (for ex: "fixes #1234") which will
automatically close the issue once the PR is merged -->

## PR Type
<!-- Please uncomment one ore more that apply to this PR -->

<!-- - Bugfix -->
<!-- - Feature -->
<!-- - Code style update (formatting) -->
<!-- - Refactoring (no functional changes, no api changes) -->
<!-- - Build or CI related changes -->
- Documentation content changes
<!-- - Sample app changes -->
<!-- - Other... Please describe: -->


## Describe the current behavior?
<!-- Please describe the current behavior that is being modified or link
to a relevant issue. -->

> To properly deploy this file, upload it to your server at
`https://<URL to your PWA>/.well-known/assetlinks.json`.

## Describe the new behavior?

> To properly deploy this file, upload it to your server at
`https://<Host URL of your PWA>/.well-known/assetlinks.json`.

## PR Checklist

- [ ] Test: run `npm run test` and ensure that all tests pass
- [ ] Target main branch (or an appropriate release branch if
appropriate for a bug fix)
- [ ] Ensure that your contribution follows [standard accessibility
guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design).
Use tools like https://webhint.io/ to validate your changes.


## Additional Information

Co-authored-by: Justin Willis <[email protected]>
  • Loading branch information
clementlize and jgw96 authored Oct 29, 2024
1 parent ac0c6e8 commit 1152cfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/builder/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ There are a few steps to take before your PWA is ready to be published. All the
#### 1. Deploy the assetlinks.json file
Your zip file contains assetlinks.json. This is a digital asset links file that proves ownership of your PWA.

To properly deploy this file, upload it to your server at `https://<URL to your PWA>/.well-known/assetlinks.json`.
To properly deploy this file, upload it to your server at `<Host URL of your PWA>/.well-known/assetlinks.json`.

?> **Note** Digital asset links are required for your PWA on Android. If you’re seeing a browser address bar in your app on Android, or if your app is crashing on launch, it means your assetlinks.json file is missing, inaccessible, or incorrect. See our asset links helper to fix this.
?> **Note** To find out the Host URL of your PWA, please refer to the values you provided at the [Configuration options](/builder/android?id=configuration-options) step. Example: if the URL of your PWA is `https://foo.example.co/my/app`, upload the file at `https://foo.example.com/.well-known/assetlinks.json`.

!> Digital asset links are required for your PWA on Android. If you’re seeing a browser address bar in your app on Android, or if your app is crashing on launch, it means your assetlinks.json file is missing, inaccessible, or incorrect. See our [asset links helper](/builder/asset-links-faq) to fix this.
#### 2. Upload your app to the Google Play Store

Next, you'll upload your app package to the Google Play Console:
Expand Down

0 comments on commit 1152cfb

Please sign in to comment.