I am Using Native HTTP Get ionic 4 It gives clear text communication not permitted in android pie version. Http Cannot Work I am trying to Change network_security_config .xml into
My Ionic Cli: 5.2.7
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">Network IP Address</domain>
</domain-config>
</network-security-config>
like this,but after i am run the application my changes are removed (i.e the network_security_config .xml file changes removed). Why? How to solve this error.
Ref: https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted