Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

209
Views
La solicitud de red falló en los dispositivos móviles reales, React Native

La aplicación React Native (Android) no funciona en ningún dispositivo (dispositivo móvil y emulador). Siempre veo errores de solicitud de red. Así que agregué el archivo network_security_config.xml al contenedor xml, pero aún no funciona. La URL de backend es 'https://prvmsg.com'. He estado lidiando con este problema durante una semana. Por favor, ayúdenme.

---red-seguridad-config.xml---

 enter code here <?xml version="1.0" encoding="utf-8"?> <network-security-config> <domain-config> <!-- Localhost config is NEEDED from react-native for the bundling to work --> <domain-config cleartextTrafficPermitted="true"> <domain includeSubdomains="true">127.0.0.1</domain> <domain includeSubdomains="true">10.0.0.1</domain> <domain includeSubdomains="true">localhost</domain> </domain-config> <domain includeSubdomains="true">newbiefans.com</domain> <trust-anchors> <certificates src="@raw/ca"/> <certificates src="system"/> </trust-anchors> </domain-config> </network-security-config>
about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Si está utilizando HTTP, entonces debe usar

Agregar uso usesCleartextTraffic=”true” en AndroidManifest.xml

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!