Great work Saad Ibrahim, this is very helpful and more clear then the official documentation.
@olusolaoyinloye24262 жыл бұрын
I'm halfway into this video, but can't wait to finish before commenting... thanks for been thorough with the video
@nasiqsales4 ай бұрын
in my case ios is not working
@heyt0pe2 жыл бұрын
I love this video so much. I come back to it whenever I have issues and it always helps, both for react native and flutter. Great job
@vishalchaudhary4032 жыл бұрын
Subscribed just because this video finally solved my issue with android linking
@techlearners2711 Жыл бұрын
Great job brother. All explained very well in depth. ❤🔥🔥Thank you
@UsmanAli-ox3mn3 жыл бұрын
Now i have a go to video every time i have to deal with linking... I hate reading. :)
@awakeupcall5336 Жыл бұрын
14:14 How on android make dynamic hosts for different flavuors?
@bleedingtitan12 ай бұрын
very helpful due to clearing explaining everything, thanks!
@ayush_katuwal2 жыл бұрын
Thank you sooo much for this wonderful easy peasy video😅...... Your video literally saved my day😊🙏
@ClearCutCoding3 жыл бұрын
Sir, amazing video which helped a great deal in setting this up. Well done
@bontigogoi35603 жыл бұрын
How to detect the dynamic link when the app is open using class component?
@phuocantd Жыл бұрын
chrome not working for android and iOS :(((
@MeetPatel-op8me Жыл бұрын
Can't we do like open link in chrome browser and open android app just same as iOS?
@hoangphamhuy9096 Жыл бұрын
if app not installed, link open web url but not redirect to app store/ apple store. What should i do?
@pritnadoda429824 күн бұрын
found any solutions?
@SalmanKhan-dx9tl Жыл бұрын
If the App not installed then the Universal URL redirect to store ?
@dileepnagendra81999 ай бұрын
Awesome video. Really helped a lot. Thanks!
@okechukwu012773 жыл бұрын
Thanks for tutorial. I am having issue with adding the linking prefixes on a react Nativation v4. rather than on react Navigation v5 Question can be found on 9:00 of the video timeline. I await your response
@EPG-j3d Жыл бұрын
how to create link which opens app if app is there else open link in browser if app not available?
@pradeeptomer14212 жыл бұрын
Sir what are the code you have wite inside Root navigation fie which you have to import
@denisekuznetsov43122 ай бұрын
Why didn't you tested that links with browser on android?
@vitorrazdorov6017 Жыл бұрын
Thanks man! You safe my time!
@awakeupcall5336 Жыл бұрын
Good explanation, thank you for work
@umernasar2 жыл бұрын
Great Tutorial , Saad bhai. I've question. I've different Stack pages for different tab. Whenever I implement Linking, it's mess up with other routing and also it's won't go deeper. It's only open the APP and not go deeper. can you please help me you out? Thanks/
@NicolasSilvaVasault3 жыл бұрын
two issues, background to foreground state doesn't work, and redirection to play store/ app store is not possible
@frankRSC2 жыл бұрын
can i test this in localhost if i dont have a domain?
@dadomarr2 жыл бұрын
i don't understand where i need to put both of JSON files, could some one help me?
@Samkiitt2 жыл бұрын
Hey bro, did you find out how ?
@sehrishmunir33792 жыл бұрын
@@Samkiitt no, kindly share us the solution
@Samkiitt2 жыл бұрын
@@sehrishmunir3379 I have a react app on firebase, So I created the ".well-known" folder(with the json file in it) in the public folder of the project. after deploying and opening the address, it worked
@sehrishmunir33792 жыл бұрын
@@Samkiitt you have created the ."well-known" folder inside your app or in the server?
@Samkiitt2 жыл бұрын
@@sehrishmunir3379 I did it app-side. in the build/public folder
@nguyenhoan43272 ай бұрын
What if I don't have the app installed?
@YoungSith2 жыл бұрын
Best video ever, for real!
@johngoodman53552 жыл бұрын
Thanks, this was super helpful
@Phyx1u52 жыл бұрын
Excellent tutorial thank you
@ozzy56552 жыл бұрын
When you say 'one more step' to set up Universal Links vs. URL scheme, does it mean setting URL types in XCode is also required for Universal Links ?
@msaadibrahim Жыл бұрын
No, that step is the same for both. The extra step is to upload the json domain verification file to your server.
@srahul4178 Жыл бұрын
@@msaadibrahimmake that video sir it will useful for us
@rz_akbar3 жыл бұрын
thank you so much, you're a lifesaver.
@hadimasoomi73983 жыл бұрын
Hi. thanks fot this video. how can I make my app being listed as a candidate when a user wants to open a http link. I mean any link in http or https format?
@rubelahmmed84083 жыл бұрын
Did you check it on google chrome?
@focus.motywacja3 жыл бұрын
Thanks for the great guide!
@r13aero2 жыл бұрын
very helpful, thank you sir
@bansiparmar3879 Жыл бұрын
hello can you guide me in android universal link implementation..??
@viveksrivastava443 жыл бұрын
very well explained, thanks
@wisdomelue Жыл бұрын
can you do for Expo?
@felipecarocaosorio95249 ай бұрын
gracias, me fue muy útil tu video :)
@sunilmlohar3 жыл бұрын
If the app is in background with Screen A, and if i try to hit the url which should navigate to Screen B, when the app comes foreground with this Deep/Universal Linking, it still on Screen A.
@fason73763 жыл бұрын
And do you know how to handle that ?
@ZakiShaikh-m7s6 ай бұрын
deep linking is working fine in android but not working in ios showing no routes like that
@_1357.5 ай бұрын
Hi bro, I need to implement a deep link in my android app can you help me
@ZakiShaikh-m7s4 ай бұрын
@@_1357. yes what is the problem are you facing
@nasiqsales4 ай бұрын
@@_1357. its simple bro
@miakacham3 жыл бұрын
Thank you! This helps! :)
@snehalmundada90813 жыл бұрын
How to redirect link to app store Or play store if app is not installed?
@pontusdevelopment92843 жыл бұрын
Posted this reply in another comment as well so I'll just copy paste one solution. One way would be to set up the route you're using on your web-server to display a page that has a link to your app in both app stores. So if you're using example.com/route-to-open-app as the link the user has to click to open the app, you could just make example.com/route-to-open-app a landing page that has the links to the app stores. That way if the user has the app, it will never show when they click the link, because the app will open right away, and if they don't have it installed, it will act like a regular link that just directs them to that landing page :)
@youssefmuhamad32133 жыл бұрын
Firebase Dynamic Link
@muhammadkumail9000 Жыл бұрын
Not working in android 12 or higher
@Yfc12343 жыл бұрын
I followed this but in Android, it opens the link in the Gmail in-app browser and sends the request to my backend instead before opening the app. When I long-press and click "Open in browser" then it works. Is there something I can do to force the link to open the app instead of the Gmail in-app browser?
@ZeeshanAhmad-lq5nc3 жыл бұрын
Did you find any solution?
@o_._03 жыл бұрын
deep links on android dnt work from the browser :(
@AdityaSharma-yu4zr3 жыл бұрын
hey, have you fix this ? I'm also try but it didn't work on android browser. If you fix this, can you please tell me.