Learn how to use Firebase Dynamic Links to implement deep linking on iOS.
This is a companion discussion topic for the original entry at https://www.kodeco.com/21376846-firebase-dynamic-links-getting-started
Learn how to use Firebase Dynamic Links to implement deep linking on iOS.
Hey @dvrzan thanks for nice tutorial, Iām creating a Swift UIKit application with Scenedelete. Dynamic links work well for me when the app is installed, But if the app is not installed, it redirects the user to appstore and shows the app there, when the user taps the Open button, in the app store, it seems it is not carrying the Dynamic link info, As App is not showing the Popup.
Iām not able to debug this as well. Could you please let me know the scope where I need to make improvements
Thanks