Skip to content

Commit 4498069

Browse files
docs(firebase_dynamic_links): fix wrong for adding Associated Domains (#8994)
1 parent 338fb56 commit 4498069

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/dynamic-links/receive.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,12 @@ start the activity with this intent filter to handle the link.
7171
1. On the Signing & Capabilities page, ensure your Team is registered, and
7272
your Provisioning Profile is set.
7373

74-
1. Add the domain you created in the Firebase console to the Associated
75-
Domains, prefixed with `applinks:` (for example, `applinks:example.page.link`).
74+
1. On the Signing & Capabilities page, enable **Associated Domains** and
75+
add the following to the Associated Domains list:
76+
77+
```
78+
applinks:example.page.link
79+
```
7680
7781
1. On the Info page, add a URL Type to your project. Set the URL Schemes
7882
field to your app's bundle ID. (The Identifier can be `Bundle ID` or

0 commit comments

Comments
 (0)