Firebase Dynamic-Links is not working for different target in same project in iOS

后端 未结 4 1013
南旧
南旧 2021-01-12 17:00

Is the behaviour of Firebase Dynamic-Links is different for Android and iOS? How can I implement Firebase Dynamic-Links for the same project for a different target in iOS?

4条回答
  •  独厮守ぢ
    2021-01-12 17:32

    You need to create a different project in Firebase for each of your target if you want them to get a different app domain. If you don't, they are not distinguishable by the universal link system of iOS.

    That means you can't create a single project with several application in it.

提交回复
热议问题