Using ngrok to debug your API’s from your Xamarin Forms App
Sometimes, you want to see what is going on when your nice shiny new App is supposed to connect to your awesome API and get some data from it/to it. Unfortunately – your App will (mostly) not connect to your API when it’s running on localhost. Android provides a nice little get around by using […]
Read More Using ngrok to debug your API’s from your Xamarin Forms App