Firebase Dynamic Link doesn't redirect to the app when open through Safari
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!