Angelo Messina Active Member Licensed User Aug 4, 2019 #1 Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutput.org not permitted by network security policy Hi, I have this error on android 9
Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutput.org not permitted by network security policy Hi, I have this error on android 9
amidgeha Member Licensed User Aug 4, 2019 #3 Angelo Messina said: Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutplut.org not permitted by network security policy Hi, I have this error on android 9 Click to expand... Add this line to your Manifest: SetApplicationAttribute(android:usesCleartextTraffic, "true") Take a look at this link Last edited: Aug 4, 2019
Angelo Messina said: Error: java.net.UnknownServiceException: CLEARTEXT communication to pvoutplut.org not permitted by network security policy Hi, I have this error on android 9 Click to expand... Add this line to your Manifest: SetApplicationAttribute(android:usesCleartextTraffic, "true") Take a look at this link
naifnas Active Member Licensed User Nov 16, 2019 #4 Thanks A brief and wonderful response amidgeha said: Add this line to your Manifest: SetApplicationAttribute(android:usesCleartextTraffic, "true") Take a look at this link Click to expand...
Thanks A brief and wonderful response amidgeha said: Add this line to your Manifest: SetApplicationAttribute(android:usesCleartextTraffic, "true") Take a look at this link Click to expand...