We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338fb56 commit 4498069Copy full SHA for 4498069
docs/dynamic-links/receive.md
@@ -71,8 +71,12 @@ start the activity with this intent filter to handle the link.
71
1. On the Signing & Capabilities page, ensure your Team is registered, and
72
your Provisioning Profile is set.
73
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`).
+ 1. On the Signing & Capabilities page, enable **Associated Domains** and
+ add the following to the Associated Domains list:
76
+
77
+ ```
78
+ applinks:example.page.link
79
80
81
1. On the Info page, add a URL Type to your project. Set the URL Schemes
82
field to your app's bundle ID. (The Identifier can be `Bundle ID` or
0 commit comments