Deep-Linking or Custom URL Scheme

preview_player
Показать описание
Custom URL Scheme or Deep-Linking

- Using the custom URL schemes we can launch the application from anywhere. (for example : some other website click to open app)
- Using custom URL schemes we can pass some data to the application as a parameter, then the app process the data and show appropriate information to the end user.
Рекомендации по теме
Комментарии
Автор

Thank You! Finally a straight forward explanation that works immediately 🎉 Next, how to pass extracred data back to flutter code in main?

dimitrios
Автор

Thank you for your explanation. Could you also create videos that explain vulnerabilities associated with Deep Links and Universal Links, as well as strategies to prevent them? This is particularly important as I'm considering implementing either of these technologies in a banking app, and security is paramount. Thank you!

hudajawed
Автор

great work man! im trying to connect deep linking with federated signin but for some reason aws cognitio isn't routing back to the app with the deep link. any thoughts?

bharathram
Автор

@Pratik Lad, can u guide us how to work with deferred deep links without using any third party library.

little_shining_stars
Автор

Hi. Is it possible to open a specific view controller from custom URL scheme or deep-linking? If so, an you do a video on it? Thank you.

tomsykes
Автор

is it possible to skip this system alert which asks if you want to open in app? or you have to implement universal links for this?

baumgartfilip
Автор

What if if the application is not installed. How can we redirect the the store?

esaadlb
Автор

My requiremnt is reverse, inside app can I use customURLscheme ? by using this I want to open my sso URL device default browsers.

manindarnagarajan
Автор

SMS text message click to open the app?

mekalasiva
Автор

I need to consume data in the form of a dictionary from a deeplink url. Problem is that if I use $ as a separator between two key:value pair of the dictionary, then the deeplink is not getting triggered.
If I use # then it works fine.
myapp://-extendedAttr=a:1$b:2 -> FAIL no alert from browser
myapp://-extendedAttr=a:1#b:2 . -> PASS
Any idea why ?

mahmoodhasan