Forum Discussion

Rajesh Aravapalli's avatar
Rajesh Aravapalli
Copper Contributor
Jan 31, 2022

.NET MAUI AppLinks

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 i...
  • JamesMontemagno's avatar
    Jan 31, 2022

    This 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:

     

     

     

Resources