Hi I am developing an Android/UWP app with Xamarin Forms and Visual Studio 2019. The app will be used to access web api services always within our local network, so the endpoint will be using the server name or IP address like 10.1.1.5. I have no trouble pinging or accessing the server from my dev machine, but I can't connect to the server using either the VS UWP local machine debugger, or the Android emulator. I've tried pinging, I've also tried James Montemagno's Connectivity plugin but no luck. I have switched off the firewall on my machine - how can I access the server in a debug session?
↧