Skip to content

Commit

Permalink
docs(deep-links): clarify apple-app-site-association file (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers authored May 22, 2020
1 parent 7afc9eb commit ac9c3de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/docs-md/guides/deep-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Implement deep linking functionality in an iOS and Android app
url: /docs/guides/deep-links
contributors:
- dotnetkow
- jaydrogers
---

# Deep Linking with Universal and App Links
Expand Down Expand Up @@ -157,14 +158,14 @@ Next, create the site association file (`apple-app-site-association`).

> Note: Despite being a JSON file, do not save it with a file extension.
An example of the `apple-app-site-association` file is below. Be sure to replace `TEAMID.BUNDLEID` with your own IDs (example: `8L65AZE66A.com.netkosoft.beerswift`).

```json
// apple-app-site-association
{
"applinks": {
"apps": [],
"details": [
{
// example: 8L65AZE66A.com.netkosoft.beerswift
"appID": "TEAMID.BUNDLEID",
"paths": ["*"]
}
Expand Down

0 comments on commit ac9c3de

Please sign in to comment.