Dmytro Onyshchuk
Dmytro Onyshchuk

Reputation: 321

Open http deep link on iOS Swift

How to open my app on iOS when user open a URL http link like a http://myappname.com/. Can I use Firebase Dynamic Link or it fit only for URL like a https://myappname.page.link?

Upvotes: 0

Views: 519

Answers (1)

YoBo
YoBo

Reputation: 2549

You can use Firebase dynamic links with custom domain(http://myappname.com/).

You are not limited to URL like a https://myappname.page.link.

Setup custom domain for Dynamic Links

Upvotes: 1

Related Questions