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

后端 未结 4 990
南旧
南旧 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:54

    For deep link you would be using the application's bundle identifier. Your other targets would have different identifiers. Use UIApplicationShortcutItems in the Info.plist and add entries for your deep link shirt cuts in respective plist files.

提交回复
热议问题