Создание виджетов
HTTP client. Проблема с доменными именами, которые содержат символы, которые нельзя представить в ASCII. (например '_')

javax.net.ssl.SSLHandshakeException: java.lang.IllegalArgumentException: Invalid input to toASCII: ip_nbae7bac35.kodrive.xyz
https://stackoverflow.com/questions/51563859/javax-net-ssl-sslhandshakeexception-java-lang-illegalargumentexception-invalid/59736352#59736352

Prior to android 7.0 I am getting this exception for url with underscores.java.lang.RuntimeException: java.lang.IllegalArgumentException: Invalid input to toASCII: v115_2.korbytstaging.com #2606
https://github.com/square/retrofit/issues/2606?ref=https://githubhelp.com

Приложение падает в Release выпуске, но работает в Debug.

App crashes in release mode and not in debug mode - Xamarin Forms
https://stackoverflow.com/questions/32305633/app-crashes-in-release-mode-and-not-in-debug-mode-xamarin-forms

Помогло удаление /bin и /obj.

 

Теги: