Swift Deep Linking in iOS

preview_player
Показать описание
In this episode explore how iOS deep linking works. You will learn about
- URL schemes, how to define deep links in Swift code, how to handle via the AppDelegate, and then finally how to test.

Source code

Book

Twitter
@jrasmusson

Courses

Level Up AutoLayout

Level Up in Swift
Рекомендации по теме
Комментарии
Автор

Very informative! A new subject for me but now I have it in my toolbox. Thanks for sharing this!

KimbrellBrad
Автор

This is the best explanation about deepLinks I have found so far, thank you!

diegopachecoyave
Автор

Great, very useful, thank you for the video sir!

AnthonyMarchenko
Автор

very easy to understand, thanks for sharing.

thientoan
Автор

Great Tutorial! I running into a problem. Can you tell, how to use with a SceneDelegate please?

wiwaltill
Автор

thanks for your great tutorial, if the app is in the killed state, how can I move the specific controller.

arslanjutt
Автор

Hi @swift Arcade
I'm facing issue in the Swift compiler error.
could you please help me on this as soon as possible, to resolve the below listed issue
> Deeplink is not convertible to file
> use of unresolved identifier 'presentTabBar'

Thanks

prithibaravichandran
Автор

thank you, really like this. I have a question, what if you're opening a deep link of another app from your app? Does this fall on universal link? Can you make a video for something like this? Thank you!

jong
Автор

Once you enter the url scheme you want, how does apple know to open your app across different devices? Does the link you choose register somewhere with Apple? Or does your deep link only works if your app is installed on that particular device?

cinquain
Автор

Is there a way to skip this system alert window asking "Open this page in <app name>"? Or do you have to implement Universal Links for that?

baumgartfilip
Автор

One thing that's largely overlooked is security in deep links. They can be easy to spoof. How do we know if they are from a trusted source?

zavatone
Автор

I had a very basic question if two apps use same URLScema, Even I try to search for the same schema then which will open? And what is the reason behind it?

sagardaundkar
Автор

My desk is only clean like that about once every 2 years lol

jroceastvan