arun_gopalan
arun_gopalan

Reputation: 271

Firebase dynamic links does not work on iOS gmail

I have setup a firebase dynamic link like explained here https://www.youtube.com/watch?v=sFPo296OQqk

When I tap on my dynamic link via Notes app, it opens my app as expected.

But when I tap on the dynamic link via gmail app on iOS - it just open the Chrome Browser on iOS and redirects me to the fallback web URL. It does not open the app.

Any help is appreciated.

Upvotes: 3

Views: 1745

Answers (2)

Mr.Javed Multani
Mr.Javed Multani

Reputation: 13294

You should follow the below link.This will definitely fulfill your query.

Firebase dynamic link doesnt work in safari swift

Upvotes: 1

Alex Bauer
Alex Bauer

Reputation: 13613

I believe the iOS Gmail app allows you to select whether links will open in Chrome or Safari. When Chrome is selected, Universal Links (which is what Firebase dynamic links piggyback on) do not work. You'll need to somehow open a web page with the link and then present a button for users to click that will open your app. At Branch.io, we use our deepviews feature for this.

For more info, see this list of apps that support Universal Links.

Upvotes: 1

Related Questions