cancel
Showing results for 
Search instead for 
Did you mean: 

Having issue with setting Cleartext HTTP traffic for development.

seakiat
Honored Guest
Hi I having issue with setting Cleartext HTTP traffic for development.
tried setting folllowing but not working:

AndroidManifest.xml -

<?xml version="1.0" encoding="utf-8"?>
<manifest ...>
<uses-permission android:name="android.permission.INTERNET" />
<application
...
android:usesCleartextTraffic="true"
...>
...
</application>
</manifest>
2 REPLIES 2

radstc
Explorer

I'm experiencing the same problem. I'm enabling clear text traffic on UE5.4, Android Platform but I'm still unable to connect to my http server on the Meta Quest 3. Has anyone found a solution?

 

I've found the solution. The problem was simply that the "T" in "True" needed to be capitalized. I was completely deadpan when I realized that was all it took.