Rajesh Aravapalli
Jan 31, 2022Copper Contributor
.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 in iOS and Android. Could you provide info on how to setup applinks and universal links (Android and iOS) in single project scenario?
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: