I'm using Firebase Dynamic Links for Android and iOS.
I've successfully configured the links for Android - open app if installed and Play Store if not.
For iOS, the app will successfully open if the app is installed but if it isn't the user does not get directed to the App Store. Instead they are presented with a page in the browser stating "Open link in app?".
I've configured my project in the Firebase Console to include App Store ID and Team ID. I've confirmed my dynamic link domain has an Apple app site association file for my app at [my domain]/apple-app-site-association.
Any ideas as to why when my app is not installed the dynamic link will not redirect to the App Store?