Forum Discussion
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 i...
- 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:
HausB13
Oct 26, 2022Copper Contributor
thanks first of all
can we also count on a documentation in net maui? or why is it not available yet?
can we also count on a documentation in net maui? or why is it not available yet?
Fjacko
Dec 02, 2022Copper Contributor
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:
- application published on play store: how can I test it before to publish?
- A companion website must be registered against the application in Google's Developer Console
- In addiction we need to configure a project in firebase, then download the google-services.json and so on
all these steps and conditions are still the same for MAUI?
- TobinationDec 20, 2022Copper ContributorHere is a very good guid for Xamarin https://www.xamboy.com/2019/01/08/applinks-in-xamarin-forms/
I also use it but have struggel to register my url in AppDelegate