Firebase dynamic link not opening the app iOS

后端 未结 16 1822
梦谈多话
梦谈多话 2020-12-05 01:53

I have developed & installed an iOS app locally on my device.

And have set custom scheme in the info.plist as mydlink

Set associated domains

16条回答
  •  一生所求
    2020-12-05 02:34

    If you are on iOS 9, universal links will be used. Universal links don't work in a lot of cases, like:

    • If you use a simulator
    • If you try to open the link directly in safari on a device (typing it into the address field in the browser)

    I spent a lot of time trying this and could never get it to work on a simulator in a reliable way. What I end up doing is emailing the link to me and opening it from Inbox. Then it works every time!

提交回复
热议问题