4
votes

When I try to redirect user click on a website URL (firebase hosting) to a Firebase dynamic link (implemented in firebase cloud function that links to firebase hosted url) it doesn't open up the IOS App.

However, click on the Firebase dynamic link directly opens up the IOS App.

I wanted to check if there is a way to address this issue.

Thanks

2

2 Answers

4
votes

Firebase Dynamic Links are using iOS Universal Links under the hood. User Interaction is required to activate Universal Links. Server redirect or JavaScript redirect will not activate the Universal Link.

0
votes

Try adding efr=0 in your link.