SOLVED

Deep linking is possible in Xamarin.Forms without using the Firebase console?

New Contributor

Deep linking is possible in Xamarin.Forms without using the Firebase console. If possible, how to implement it. 

 

Thanks in advance 

2 Replies
best response confirmed by swapnilgaikwd (New Contributor)
Solution
I believe that is the main driver for app indexing. You don't necessarily need Firebase based on your scenario. For example I enable deep linking into the my app via a URL schema -> https://github.com/jamesmontemagno/app-ac-islandtracker

https://docs.microsoft.com/en-us/xamarin/android/platform/app-linking for the platform
Thanks sir. It's work.
Now I am getting one issue
My URL is
http://dwkf5.xyz.com/12
http://dwlf6.xyz.com/12
http://dwf2.xyz.com/12
http://dwf1.xyz.com/12

This URLS

But android work properly
In android "*.xyz.com"

In iOS "*.xyz.com" not working