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?>
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.