[Dynamic Links] [Reward referrals] Problem with open app from AppStore
Hello,
in firebase specification we can read:
When the invitation recipient opens the referral link, they will be directed to the App Store or Play Store to install your app if it isn't already installed. Then, when they open your app for the first time, you can retrieve the referral information you included in the Dynamic Link and use it to apply the reward.
I put some app on the AppStore, App Store ID is set on the firebase project

and when the app is already installed, everything works fine but if the app isn't installed, the user is redirected to the website which is passed on DynamicLinkComponents as a link, not to the AppStore
tested after opening the link in Safari iOS 14.3 iPhone XR
the user is redirected to the website which is passed on DynamicLinkComponents as a link
Are you explicitly overriding the link redirect behavior when creating the dynamic link?