Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
seakiat's avatar
seakiat
Honored Guest
7 years ago

Having issue with setting Cleartext HTTP traffic for development.

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

  • 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?

    • AtomDrop's avatar
      AtomDrop
      Honored Guest

       

      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.