0

I converted my website into an app, it works properly in AVD but it does not work on my phone. I'm getting this error.

Rajen Raiyarela
  • 5,526
  • 4
  • 21
  • 41

1 Answers1

0

From Android 9 all requests through http protocol will be blocked by default. You can add networkSecurityConfig to your Manifest file. But I recommend use only https. Please refer to this answer https://stackoverflow.com/a/51902630/12967117 for more explanations how to allow using http.