Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit d045621

Browse files
Merge pull request #1443 from nickykln/patch-1
Update documentation for using Dynamic links with custom domain on iOS
2 parents d958a0d + a25e204 commit d045621

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/DYNAMIC_LINKS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ applinks:app_code.app.goo.gl
5959

6060
Where `app_code` can be found in the Firebase console at the Dynamic Links section.
6161

62+
If you are using a custom domain, add in your App_Resources/iOS/Info.plist the following lines
63+
```xml
64+
<key>FirebaseDynamicLinksCustomDomains</key>
65+
<array>
66+
<string>https://example.com/link</string>
67+
<string>https://example.com/promos</string>
68+
</array>
69+
```
70+
71+
See https://firebase.google.com/docs/dynamic-links/custom-domains#set_up_a_custom_domain_in_the for more info
72+
6273
#### Copy the entitlements file
6374
The previous step created a the file`platforms/ios/YourAppName/(Resources/)YourAppName.entitlements`.
6475
Copy that file to `app/App_Resources/iOS/` (if it doesn't exist yet, otherwise merge its contents),

0 commit comments

Comments
 (0)