We have been using firebase dynamic link on android for a while.It was working fine in android. We have decided to build our project on IOS platform also.Now we are facing some problems in dynamic link. On pressing the link our application does not open.We also following the tutorial to integrate dynamic link on IOS.
1.Added .Plist file.
2.Added associated Domain in capabilities.(applinks:domain-link)
3.Added URL Types in info.
4.Added Team ID.
Seems like we are following the exact steps in the documentation. And yet Dynamic link is not working for us. Can anyone help us in resolving this issue?