Universal Links | Swift 4, Xcode 10

preview_player
Показать описание
Today we go over how to add Universal Links to your iOS app as well as your website. Universal links requires a lot of moving parts but is actually a very simple process.

By the end of this tutorial, you will know how to setup your website to know about your iOS app and setup your iOS app to deep link to specific screens based on the universal link on your website.

*** Show Notes and Links ***

Need Help?

Project Files:

Kyle Lee on Social Media:

---------GEAR -------

Code Passionately T-Shirt

Laptop - 2017 MacBook Pro

Microphone - PowerDeWise Lavalier Microphone

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, we’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Never apologize for long videos. 😉 For me the most important is to learn as much as possible from your tutorials.
Again great tutorial! 👍

raimitis
Автор

Kyle Lee is just too funny. I love this guy

cinquain
Автор

I implemented method in AppDelegate: private func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([Any]?) -> Void) -> Bool { return true}, so when i click on deeplink, that method is not invoked.

MinhLe-wznz
Автор

This was so much more useful than the 2019 WWDC official video on Universal Links. Thanks!

SprintDock
Автор

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
Автор

what is pattern? suppose with one domain, i have one domain, with multiple url

aradhanasingh
Автор

This does not seem to work anymore. At least in Xamarin Forms. Is there additional steps now, that apple uses a CDN to register the links?

rasmusb
Автор

Wao, the guy has made the whole subject super easy. Thanks :)

khawajasalman
Автор

Just watched the video and it was really helpful. Just a question
In safari it is showing top banner but on Chrome nothing happens with specific path on website. Also when i added “*” in path, then chrome is opening my app.
Any help would be appreciated.

GuptaAman
Автор

What if my app is not installed on device (assume iPhone)? Assume from your video I want that user id when user install app from App Store and open App.

PareshPatel-oepw
Автор

A wildcard by prefixing * is not working in my case.
Please Help me

mukulsharma
Автор

What is the url doesn't exist? Does it fallback to App Store?

candyman
Автор

if application is back ground working fine but kill app that is not navigate in specific screen.

ahsanriaz
Автор

What will happen when the iOS app is closed not in the background state. and User Tabbed on Universal Link?

comedyCenter
Автор

Please give me the answer if application kill what delegate work.

ahsanriaz
Автор

what happen if app not exist in user's device

tikamchandrakar
Автор

Thank you. Easy to understand with your demos.

make_reading_great_again
Автор

Thanks Buddy for the tutorial, please clarify one missing point where it is redirect if App is not installed in phone.

lalitwaliyan
Автор

Great video. Very informative. If I wanted to create only one simple universal link in my ios app, for example, to direct new users to a login page from an email link when they sign up, how would I do this?

Charlie-fxvs
Автор

Can we open one application from another app using Universal links?

tsivagoud