You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/deep-links/quickstart.mdx
+4-15Lines changed: 4 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,13 @@ By following the quickstart guide below, you'll be able to make sure that all yo
24
24
25
25
Before you can create deep links, you need to configure your deep link domains in your Dub workspace. This involves adding a custom domain that will be used for your deep links and configuring your deep link configuration files.
26
26
27
-
<Steps>
28
-
29
-
<Steptitle="Add a custom domain">
27
+
### Add a custom domain
30
28
31
29
First, you'll need to add a custom domain to your Dub workspace. Navigate to your [workspace domain settings](https://app.dub.co/settings/domains) and click **Add Domain**.
32
30
33
31
You can use a domain you already own, or leverage our [free .link domain offer](/help/article/free-dot-link-domain) to register a custom domain like `yourcompany.link` and use it as your deep link domain.
34
32
35
-
</Step>
36
-
37
-
<Steptitle="Set up your deep link configuration files">
33
+
### Set up your deep link configuration files
38
34
39
35
Once you've set up your custom domain, you'll need to upload your deep link configuration files to Dub, which we'll host under the `/.well-known/` directory of your domain.
40
36
@@ -96,29 +92,22 @@ For Android apps, upload your AssetLinks file to enable Android deep links:
96
92
]
97
93
```
98
94
99
-
</Step>
100
-
101
-
<Steptitle="Verify that your configuration files are set up correctly">
95
+
### Verify that your configuration files are set up correctly
102
96
103
97
Once you've set up your deep link configuration files, you can go to their respective URLs to verify that they've been configured correctly:
<Steptitle="Allowlist your deep link domain in your app">
112
105
Last but not least, you'll need to allowlist your deep link domain in your apps to allow them to redirect straight into a page within your app.
113
106
114
107
**For iOS apps**, you'll need to [allow websites to link to your apps](https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content/).
115
108
116
109
**For Android apps**, you'll need to [verify your Android app links](https://developer.android.com/training/app-links/verify-android-applinks).
117
110
118
-
</Step>
119
-
120
-
</Steps>
121
-
122
111
## Step 2: Create your deep links on Dub
123
112
124
113
Now that you've configured your deep link domains, you can create deep links that will redirect users to specific content within your app.
0 commit comments