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?
With Firebase Dynamic Links, you can direct users to either an IOS or Android app from a page, email, or text. If they don't have the app installed, these links can drive users to the appropriate mobile store listing.
Dynamic Links are smart URLs that allow you to send existing and potential users to any location within your iOS or Android app. They survive the app install process, so even new users see the content they're looking for when they open the app for the first time. Dynamic Links are no-cost forever, for any scale.
The created short Dynamic Link will not expire. Repeated calls with the same long Dynamic Link or Dynamic Link information will produce the same short Dynamic Link. The Dynamic Link domain in the request must be owned by requester's Firebase project.
Steps: Go to Dynamic Links in the Grow section of the Firebase Console's sidebar and follow the Get Started instructions. Click the New Dynamic Link button. Choose a prefix for the new URL.
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!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With