Jan 30 2022 07:01 PM
Xamarin.Forms documentation has information on how to setup app links.
.NET MAUI works with single project for both iOS and Android.
I didn't see documentation to setup AppLinks/UniversalLinks in iOS and Android. Could you provide info on how to setup applinks and universal links (Android and iOS) in single project scenario?
Jan 31 2022 08:25 AM
SolutionThis would work the same pretty much as with Xamarin.Forms as you still would update code in your AppDelegate and MainActivity (they are in the platform folder). The main difference is that you don't need a separate nuget package, it is built in:
Oct 26 2022 12:12 AM
Dec 02 2022 08:22 AM - edited Dec 02 2022 08:23 AM
@HausB13 @JamesMontemagno is it possible to found a complete example on how to use deeplink in MAUI? I just need to open my app passing a string parameter from email, this is very common scenario when credentials must be verified or reset.
I'm not able to find a complete example with documentation, only pieces of codes or threads but nothing complete.
In Xamarin forms documentation, speaking about Android, I read that the requirements are:
all these steps and conditions are still the same for MAUI?
Dec 20 2022 08:47 AM
Dec 20 2022 08:50 AM
Jan 31 2022 08:25 AM
SolutionThis would work the same pretty much as with Xamarin.Forms as you still would update code in your AppDelegate and MainActivity (they are in the platform folder). The main difference is that you don't need a separate nuget package, it is built in: