HelloWorld!
HelloWorld!
You need to add networkconfig.xml file in android folder. Networkconfig.xml look like this: youneedtoadddomain/hostnameappwantstoreach youneedtoadddomain/hostnameappwantstoreach Path to add that file: C:\Users\\Documents\Project\\android\app\src\main\res\xml\network_security_config.xml Do not forgot to add below line in manifest.xml...
1. Create network_security_config.xml on this location: `C:\Users\\Documents\Project\xyz\android\app\src\main\res\xml\network_security_config.xml` 2. Add following code into it; ``` connecttohostserver.com connecttohostserver.net ``` 3. Add this xml file reference into C:\Users\xyz\Documents\Project\projectname\android\app\src\main\AndroidManifest.xml ``` ```