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: