Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase Dynamic-Links is not working for different target in same project in iOS #419

Closed
anhkieet opened this issue Feb 1, 2018 · 10 comments
Assignees

Comments

@anhkieet
Copy link

anhkieet commented Feb 1, 2018

What do I have to implement for Firebase Dynamic-Links with Firebase for the same project with different targets?

Example:

Tap link A to open app A (target A)
Tap link B to open app B (target B)

Thanks!

@morganchen12
Copy link
Contributor

Are your different targets two different apps with two separate Firebase projects associated?

If you're using two bundle identifiers with the same Firebase project, it's likely that's not supported by Dynamic Links.

@Johnson145
Copy link

I know it's a quite old issue, but the problem is still present today and it's been really hard to find good information about it. It took me quite a while to figure out that Firebase Dynamic Links simply don't support multiple iOS apps within the same Firebase project using the same domain.

It's quite annoying to figure this out after having implemented everything. Maybe you can add a short note to the associated Firebase docs? Furthermore, there are some notes out there (e.g. this one) stating that this may get implemented in the future. May I ask for an update about this?

For anyone else getting here: I've written an extensive answer about this on StackOverflow.

@morganchen12 morganchen12 reopened this Apr 14, 2020
@morganchen12
Copy link
Contributor

Thanks for the in-depth StackOverflow post, @Johnson145. I'll look at adding this to the docs.

@morganchen12 morganchen12 self-assigned this Apr 14, 2020
@artemtkachenko
Copy link

@morganchen12
it's mid of 2021
I am curious why such an important thing was not even mentioned anywhere

@romeo4934
Copy link

any news on this topic?

@romeo4934
Copy link

@morganchen12

@morganchen12
Copy link
Contributor

Hey, no news on this topic. We're examining broader bundle ID restrictions as we try to increase our platform coverage, but no guarantee that it'll have an impact on this specific Dynamic Links issue.

@romeo4934
Copy link

one technical question, you are using Pasteboard for the deferred deeplink for iOS and as well Android?

@morganchen12
Copy link
Contributor

iOS does use pasteboard and falls back on an approximate-fingerprinting scheme if pasteboard fails or isn't available. I'm not sure what Android uses.

@morganchen12
Copy link
Contributor

Closing since Dynamic Links is now deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants