Skip to content

Commit ac9c3de

Browse files
authored
docs(deep-links): clarify apple-app-site-association file (#2963)
1 parent 7afc9eb commit ac9c3de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/docs-md/guides/deep-links.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Implement deep linking functionality in an iOS and Android app
44
url: /docs/guides/deep-links
55
contributors:
66
- dotnetkow
7+
- jaydrogers
78
---
89

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

158159
> Note: Despite being a JSON file, do not save it with a file extension.
159160
161+
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`).
162+
160163
```json
161-
// apple-app-site-association
162164
{
163165
"applinks": {
164166
"apps": [],
165167
"details": [
166168
{
167-
// example: 8L65AZE66A.com.netkosoft.beerswift
168169
"appID": "TEAMID.BUNDLEID",
169170
"paths": ["*"]
170171
}

0 commit comments

Comments
 (0)