Posts List

Android Pie cleartext issue

After running my app on an API 28 (Pie) device, I noticed none of the API requests were failing. A quick look at the logs and I could see the issue: CLEARTEXT communication to `http://dev.myendpoint.com` not permitted by network security policy What does this mean? Well, the project I’m working on is in the early stages and as a result, the HTTPS endpoint hasn’t been setup yet by the backend guys.