firebase dynamic Links safari not able to open the link becuse the link is invalid code example
Example: firebase dynamic Links safari not able to open the link becuse the link is invalid
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!