Directing Users to a Specific Screen via Firebase Dynamic Links in Swift

So What is This Deep Link Technically?

Adding Firebase Dynamic Links to Our Xcode Project

Creating Dynamic Links on Firebase Console

Creating Dynamic Links on Firebase Console

Dynamic link

Click the “New Dynamic Link” button and create your first dynamic link on the console. See the below steps for creating a Dynamic Link.

Short url link

Setup dynamic link

Link behavior for Apple

After completing the steps above successfully you will get your first Dynamic Link.

Dynamic link we created

Dynamic Link we created

Let’s assume that we somehow deliver the deep link we created to the user. These can be channels such as push notifications, marketing SMS and social media direction. When the user clicks on this deep link, we will capture this action in our iOS Application and take the necessary steps.

Capturing Dynamic Link in iOS App

[gist id=”b103b8b1667f5c9e80f91cd7f4138332″ /]

Conclusion