Problem: dynamic links works fine in Android but in IOS they just open the home page instead of the specific page path.
Context: I have setup dynamic link as documentation https://docs.flutterflow.io/advanced-functionality/deep-and-dynamic-linking by using the default URL "myapp.page.link" and it was working fine in both IOS and Android. After purchasing a new domain, I decided to use it for dynamic link URL as "link.myapp.com". After doing so, IOS stopped routing the clicks to the specific page, and instead to home page.