Dynamic link object has no url

前端 未结 2 1456
不知归路
不知归路 2021-01-07 05:21

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         


        
2条回答
  •  轮回少年
    2021-01-07 06:15

    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.

提交回复
热议问题