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

Firebase Dynamic Link - If app is not installed

Open Piraban opened this issue 4 years ago • 1 comments

Welcome to the Firebase iOS Quickstarts repository!

I created a firebase dynamic link and given a custom bitrise URL for testing purpose.

if the app exists, then it is working.

If the app is not available then it is going to bitrise URL, that is ok

install the app from bitrise, open the app, parameters are not received. How I can check this with a custom URL

Any idea?

Screenshot 2021-02-22 at 2 35 29 PM Screenshot 2021-02-22 at 2 13 09 PM

This issue tracker should be used for sample-related bugs and feature requests only.

If you're filing a bug or feature request, please check if it already exists at the Firebase iOS SDK repository and, if it doesn't, file it there instead of on this repository's issue tracker.

Please file other general programming inquiries at Stack Overflow.

Piraban avatar Feb 22 '21 06:02 Piraban

Hi @Piraban, are you able to achieve a strong link match when installing through Bitrise? You can check at runtime via the link's matchType property.

morganchen12 avatar Mar 08 '22 22:03 morganchen12