I created the DynamicLink for my firebase project when I am trying to receive the link I am getting \"That\'s weird. My dynamic link object has no url\".
fun
Double check that the bundle id you set up in the dynamic link wizard creation within the firebase console it's the one you are running the app into.
I have three different bundle ids (dev, enterprise, production) and, for instance, if a set in the link the production bundle id but the app runs the dev bundle id, instead of returning back some error it returned an honest dynamicLink
object but with a nil value in the url
.