I'm using HttpClient in my Xamarin Forms project to call my Asp.net core REST Api with Base address: https://10.0.2.2:portNumber and everything works fine on the Emulator.
However when I test on my Android device it doesn't work and I don't even get any error. I tried changing the base address to my computer's IPv4 and disabling firewall like it was suggested in here How can I access my localhost from my Android device?. Still nothing seems to work.
I would really appreciate a help here. Thanks