Search code examples
iosfirebasemobile-safarifirebase-dynamic-links

Firebase Dynamic Link doesn't redirect to the app when open through Safari


I have added Firebase Dynamic Link in my app, when I open in iPhone link through Google Chrome, it redirects me to the app, but when I'm trying to open app through Safari (I'm opening links through the Notes, not directly from the Safari), it doesn't open the app.

I'm testing on real device, not in simulator.

I have followed official Firebase Dynamic Links Tutorial.

What can be wrong and how is possible to fix that?


Solution

  • My problem was that in Xcode in Capabilities Tab in Associated Domains, in Domains field, I wrote wrong domain, instead of appplinks:app_id.app.goo.gl I wrote: appplinks:app_id.goo.gl, so i missed .app, after app_id, after changing it, it starts work correctly!