Skip to content

Commit eec6a00

Browse files
committed
fix readme
1 parent 629bb36 commit eec6a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ With iOS 9, Apple has added the ability to allow http links to directly open you
9393
1. Select the "Capabilities" tab.
9494
1. Expand the "Associated Domains" tab.
9595
1. Enable the setting (toggle the switch).
96-
1. Add "applinks:bnc.lt" to the list.
97-
1. Add any additional custom domains you have (e.g. applinks:vng.io)
96+
1. Add `applinks:xxxx.app.link` and `applinks:xxxx-alternate.app.link` to the list. Make sure `xxxx` matches the 4 character subdomain for your app (you can find it on the [dashboard here](https://dashboard.branch.io/#/settings/link)). If you use a custom subdomain, use that in place of the x's (eg `imgur.app.link` and `imgur-alternate.app.link`).
97+
1. Add any additional custom domains you have (e.g. `applinks:vng.io`)
9898

9999
![Xcode Enable UL](docs/images/xcode-ul-enable.png)
100100

0 commit comments

Comments
 (0)