Forum Discussion
swapnilgaikwd
Jan 27, 2022Copper Contributor
Deep linking is possible in Xamarin.Forms without using the Firebase console?
Deep linking is possible in Xamarin.Forms without using the Firebase console. If possible, how to implement it. Thanks in advance
- Jan 31, 2022I 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
JamesMontemagno
Microsoft
Jan 31, 2022I 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
https://docs.microsoft.com/en-us/xamarin/android/platform/app-linking for the platform
swapnilgaikwd
Feb 02, 2022Copper Contributor
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
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