CLEARTEXT communication not permitted

When trying to build a WebSocket connection without SSL on Android we might encounter this guy: If it is a development environment and you want to test things, obtaining proper SSL certificate could take time. Therefore, possible solutions are: 1. Adjust app manifest and allow cleartext communications This is simpler option, so let’s start with […]

READ MORE