I connected my app via "https" to my server, like the official page says: https://developer.android.com/training/articles/security-ssl.html (just replaced http with https) My domain has got the ssl certificate, so its not on the server. It works on android 6 but it does not work on devices running android 5 or lower to get a ssl connection. Does anyone know how to get my code work on android 5 and lower? Do I need to implement a special SSLSocketFactory?
Im looking forward to your response. Thanks:)