Never apologize for long videos. 😉 For me the most important is to learn as much as possible from your tutorials. Again great tutorial! 👍
@raimitis6 жыл бұрын
Yes, please make separate course for this topic!
@Kilo_Loco6 жыл бұрын
Thanks for the support!. Yea I have been trying to keep the videos as short as possible but at the same time I don't like sacrificing the explanation of what or why I do something.
@Kilo_Loco6 жыл бұрын
@@raimitis You got it dude 👍🏽
@cinquain02 жыл бұрын
Kyle Lee is just too funny. I love this guy
@SprintDock4 жыл бұрын
This was so much more useful than the 2019 WWDC official video on Universal Links. Thanks!
@Kilo_Loco4 жыл бұрын
Haha glad i could help 😁
@GuptaAman1270 Жыл бұрын
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.
@hudajawed433210 ай бұрын
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!
@khawajasalman33803 жыл бұрын
Wao, the guy has made the whole subject super easy. Thanks :)
@MinhLe-wz6nz3 жыл бұрын
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.
@Charlie-fx5vs2 жыл бұрын
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?
@kunalpatel75812 жыл бұрын
This is really nice tutorial for universal link. Can you provide webpages also. like you provided iOS Project
@make_reading_great_again2 жыл бұрын
Thank you. Easy to understand with your demos.
@lalitwaliyan51494 жыл бұрын
Thanks Buddy for the tutorial, please clarify one missing point where it is redirect if App is not installed in phone.
@IcheVonB4 жыл бұрын
it will open Safari with your website if your app is not installed
@abdalsalamaljamal84792 жыл бұрын
thanks alot man
@urmattilek4 жыл бұрын
Nice! What about push notifications with firebase?
@justinbrush7025 жыл бұрын
Will the apple-app-site-association file not work if you add a JSON extension to it? It seems that everyone refers to this file as a JSON file. I'm having trouble serving this from my Node app (for the website) without an extension, but adding .json allows it to work no problem. Any and all thoughts are appreciated!
@Kilo_Loco5 жыл бұрын
Yea, I think it has to be without the extension. I was having problems when I had .json and .txt added at the end. What I did for this tutorial was made it an api endpoint. It simply returned a string with the correct formatting
@justinbrush7025 жыл бұрын
@@Kilo_Loco cool, I'll try a string. I imagine all the 's and \t's will just be for polish. Most sites have the string polished but not all, check out kzbin.info
@carrotwellness3 жыл бұрын
Hi kilo great tutorial! I was hoping to see if you can update this tutorial for universal links using SwiftUI. Great stuff keep being positive!
@rasmusb6393 жыл бұрын
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?
@PareshPatel-oe5pw3 жыл бұрын
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.
@amral-khayat93044 жыл бұрын
Hello the is amazing video ,and i have implemented everything like you have said , and everything work perfect, but application:continueuseractivity:restorationhandler: not called, when i press link just open the app without called the function
@yousifkashef21793 жыл бұрын
Amazing! Thanks Kilo
@paulosoares86265 жыл бұрын
Thanks, is there someway to send image through to this approach?
@andriisukhariev4 жыл бұрын
Hey man! Thank you for the clear instruction about AASA it was really useful.. But is there any instruction from you on how to add my app as an option for sharing section into apps like KZbin, Spotify, Mixcloud etc...? Appreciate your help. I am already super confused with all those "deep" , "universal" links which are not doing this at all.
@mukulsharma1504 жыл бұрын
A wildcard by prefixing * is not working in my case. Please Help me
@aradhanasingh4580 Жыл бұрын
what is pattern? suppose with one domain, i have one domain, with multiple url
@fullstack60882 жыл бұрын
Nice tutorial! My quick question is should we always see "Open" button in the website in order to open my app or is there any way to let the app opens automatically?
@nickkuhne23173 жыл бұрын
This was an awesome video!
@candyman35376 ай бұрын
What is the url doesn't exist? Does it fallback to App Store?
@comedyCenter1233 жыл бұрын
What will happen when the iOS app is closed not in the background state. and User Tabbed on Universal Link?
@ahsanriaz1983 жыл бұрын
Please give me the answer if application kill what delegate work.
@tsivagoud73065 жыл бұрын
Can we open one application from another app using Universal links?
@jackpitts55615 жыл бұрын
nice job. where's the link to your deep links?
@snehilgehlot75374 жыл бұрын
Guide me for server side setting
@pradeepchandrasekaran2723 жыл бұрын
How to host the apple-app-association file on heroku? I tried uploading the well-known folder with the file on Heroku, but it gives "Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."
@leovvvvv3 жыл бұрын
Very good explanation :)
@ahsanriaz1983 жыл бұрын
if application is back ground working fine but kill app that is not navigate in specific screen.
@merligman5 жыл бұрын
So helpful, thanks Kilo !
@Kilo_Loco5 жыл бұрын
Always a pleasure. Be sure to share the channel 😉
@prakashmaharjan60216 жыл бұрын
nice tutorial.. subscribed.. need more tutorial on real world example.. like for eg. pushing all shared news weblink from particular domain inside the app. Thanks..
@Kilo_Loco6 жыл бұрын
Glad I could help. If there’s anyway to make my content better or if there’s a topic you want covered, please let me know.
@rahmaagustina77296 жыл бұрын
Hi, this is an amazing tutorial! thanks! But, i want to know how you get the smart banner in your website above? Thank in advance
@Kilo_Loco6 жыл бұрын
It’s actually automatic with safari. As long as you have the apple-app-site-associate file on your website, it should automatically show. If you want to have a custom one, that’s a web dev question and I’m not the right guy to ask
@rahmaagustina77295 жыл бұрын
uhm, really? im totally sure that i have an apple-app-site-association file on my website, but it's not working yet:(
@prakhar.bhardwaj5 жыл бұрын
@@rahmaagustina7729 Check out your entitlements file and make sure the domains are formatted properly i.e. applinks:www.yourdomain.com
@jinalgorasiya19914 жыл бұрын
Will this work in iOS 13?
@tikamchandrakar853010 ай бұрын
what happen if app not exist in user's device
@tazihosniomar4 жыл бұрын
Thank you man you're the best !!!!!!
@Kilo_Loco4 жыл бұрын
Glad it helped
@migurena5 жыл бұрын
You're awesome!
@evan.hongzhengyang71355 жыл бұрын
Hi. My app has never enabled universal link. In order to use it for the very first time, do I have to publish your app to app store(or test flight) in order to test the Universal Link? I've trying to test it in simulator but not successful ... ...
@IcheVonB4 жыл бұрын
I think it only works on real device "You can test universal links on a device." developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html
@masterchef90145 жыл бұрын
can someone help me ?? i want to deep link youtube video . i mean when ever i post my video video link in fb and if my fb followers click on that link i want the open in youtube native app not inside of fb app ..plz help me im newbie .thanks
@debugging.life03 жыл бұрын
You’re my Hero !!!! Thank you 🙏
@tchootchoolol3 жыл бұрын
It doesn't work when you hit the link on Messages if the app isn't in the background
@nickcarmont4 жыл бұрын
Hi Kyle! Thanks for the awesome video. Quick question: Does this still work with Swift UI? I am having some problems/confusion between the code in Appdelegate and scenedelegate. Thanks!
@barclaysd4 жыл бұрын
In SwiftUI and other projects generated in Xcode 11 with a SceneDelegate, you can use the func scene(_ scene: UIScene, continue userActivity: NSUserActivity) {} method within the SceneDelegate, that provides the same functionality as the method Kyle uses within the App Delegate but also has access to the window
@hamidfarooq80465 жыл бұрын
Nice informative tutorials Can you share a single location to access your all tutorials. Just like github
@Kilo_Loco5 жыл бұрын
They can all be found at kiloloco.com
@ikennaudokporo60615 жыл бұрын
Not working for me. Sent link via Whatsapp to a friend who had the app installed on his phone and when he clicked on it (link), the link sent him to the web page instead of the app.
@iosanshu822 жыл бұрын
Hi Kilo , I need support in Universal links can you able to help me ? how can i contact you ?
@ellynphilip84125 жыл бұрын
Awesome tutorial!! Q. How will universal link work if we don’t have a website?
@rasheshbosamiya14826 жыл бұрын
Nice lesson! Keep it up!
@Kilo_Loco6 жыл бұрын
Thanks I’m trying to improve the content quality.
@Totalrandomness20114 жыл бұрын
I would really appreciate it if you did a tutorial on Deferred Deep Linking with QR Codes meaning where a user scans a QR Code using any reader and it opens up a specific part of the application.
@Kilo_Loco4 жыл бұрын
I'll add that to the list but cant guarantee that itll be out soon
@Totalrandomness20114 жыл бұрын
Kilo Loco no worries, thank you so much I really appreciate it!
@harijawahar80034 жыл бұрын
I want QR code with https, if user scan this , it should ask whether to open website or app..
@silver101884 жыл бұрын
what if the website doesn't have /users page, is it still gonna open the app?
@georb39893 жыл бұрын
well u use the "*" in the apple-app-site-association file if u don't have a specific /users type page...
@salgadogamer90184 жыл бұрын
Awesome, thanks !!!!!!!!
@ssgyurdvnj6 жыл бұрын
Very cool tutorial, thanx!!
@Kilo_Loco6 жыл бұрын
Glad I could help! Be sure to checkout kiloloco.com for some exclusive content 😉
@gokmenakar4095 жыл бұрын
Thank you for the awesome code for free.. God bless bro
@shouaibahmed61383 жыл бұрын
Please share the code Shouaibahmed.ios@gmail.com
@hocinehope88804 жыл бұрын
Thank you :)
@shubhamshah43226 жыл бұрын
good video Buddy :)
@Kilo_Loco6 жыл бұрын
Glad you liked it. If there’s anyway to make my content better or if there’s a topic you want covered, please let me know.
@Jake-jk5ng5 жыл бұрын
thank you!
@Kilo_Loco5 жыл бұрын
My pleasure. If there’s anyway to make my content better or if there’s a topic you want covered, please let me know.
@MannyCalavera275 жыл бұрын
Great! Thank you ;)
@Kilo_Loco5 жыл бұрын
Always a pleasure 😁 If there’s anyway to make my content better or if there’s a topic you want covered, please let me know.
@dhavalnena73864 жыл бұрын
BOOM !!
@Kilo_Loco4 жыл бұрын
aawwww yeeeaa
@cyrilgarcia24854 жыл бұрын
If you want to work with deep links while the app is termianted, here is your answer: stackoverflow.com/questions/44529289/deep-linking-only-working-if-app-is-running Thanks for the video, Kilo! Subbed!
@Kilo_Loco4 жыл бұрын
nice!
@dwpalme267016 күн бұрын
I thought you said we could download the code for free?