I have developed android application which uses Parse Server on AWS as back end. Application has login and data browsing capabilities. Everything is working smooth on all devices with API lower than 28. When I updated my Galaxy S9 plus to Android Pie, my app stopped working. It returns toast saying "i/o exception" and not much information in console I could work with. Gradle file is also updated to support android Pie devices. All network related permissions in Manifest file are added. Is very frustrating when I can't use my own app just because I have latest firmware update.
Does anyone have experienced similar issue? Is there anything different in permissions for API 28?
About the configure your app part from the above answer, use the top answer from here for your purposes How to allow all Network connection types HTTP and HTTPS in Android (9) Pie?