If interested the issue with android is caused by the default HTTP client and SSL Settings. To Fix Right click on "projectName".droid > Select "Options" > In the right hand panel select "Android Build" > Set the "HttpClient implementation" to "AndroidClientHandler" and "SSL/TLS implementation" to "Native TLS 1.2+"
I am wondering if you have already have SignalR simple chat using Xamarin Cross Platform :)
THANKS ALOT >>>> did you solve the problem in app>android???
Awesome tutorial! Did you find a way to get this working on android?
If interested the issue with android is caused by the default HTTP client and SSL Settings.
To Fix Right click on "projectName".droid > Select "Options" > In the right hand panel select "Android Build" > Set the "HttpClient implementation" to "AndroidClientHandler" and "SSL/TLS implementation" to "Native TLS 1.2+"