Reputation: 321
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
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