quickstart-ios icon indicating copy to clipboard operation
quickstart-ios copied to clipboard

[Dynamic Links] [Reward referrals] Problem with open app from AppStore

Open iositcraft opened this issue 5 years ago • 1 comments

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

Zrzut ekranu 2021-01-21 o 14 36 32

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

iositcraft avatar Jan 21 '21 13:01 iositcraft

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?

morganchen12 avatar Mar 08 '22 22:03 morganchen12