Once the SSL certificate run out on the page with the API. The app just crashed, and you could only find out what happened in the debugger. SSL Error was in:
MainActivity -> doInBackground --> urlConnection.connect(); -->
} catch (IOException e) {
e.printStackTrace();
The error handling is not very nice. The app should not crash but show a meaningfull error on the screen.
Once the SSL certificate run out on the page with the API. The app just crashed, and you could only find out what happened in the debugger. SSL Error was in: MainActivity -> doInBackground --> urlConnection.connect(); --> } catch (IOException e) { e.printStackTrace();
The error handling is not very nice. The app should not crash but show a meaningfull error on the screen.