I have created an API and an application with Xamarin (cross-platform, for Android and iOS both). The first screen is a login page that perform an HTTP request to API. It works fine on Android Emulator, but not in Android device that I have connected with debug mode. I have already add the string '' in applicationhost.config and my operation are all async operation. Can i solve it?
Thank you a lot!!!