Hello everyone!
I want to generate a dynamic link for my application that opens my applications main screen. What I want is that when I share the link through Whatsapp, even if their default browser is set to any other browser, I want to open the link directly into my app.
EDIT: I mean even if they enter the url into the browser they will be redirected into my app.
What are dynamic links??
Dynamic Links are deep links into an app that work whether or not users have installed the app yet. When users open a Dynamic Link into an app that is not installed, the app’s Play Store page opens, where users can install the app. After users install and open the app, the app displays the deep-linked content.
I have already generated a deep link but users can’t open the deep link in my application when shared with Whatsapp. It automatically takes them to their default browser. I got a solution that is Firebase dynamic links. In Firebase, there’s the following option:
How should I add my kodular app to firebase as it is asking for the following things:
I have the package name and nickname obviously, but where will I get the Debug Signing certificate SHA-1 as it is saying that it is important for dynamic links.
Also what changes will I have to make in Kodular? Is there any component or extension that I have to import into my app? If dynamic links with the behaviour to open links in the application is not possible with Kodular, is there any alternative that I can try which opens links sared with Whatsapp directly in my application? Please reply if there is any possible solution or alternative that I can try.