Universal Links are a great way in iOS to create a more seamless experience for the user between a website and an app. The concept has already been around since iOS9 and is well documented, but I wanted to see how this works together with Xamarin.Forms. Turns out, it’s pretty easy! For this demo we’ll be using Xamarin.Forms and a ASP.NET Core website hosted in Azure. You can view the source on Github if you directly want to dive into …