Wednesday, March 11, 2020

IONIC 4 app not connecting to API running in Android device

IONIC 4 app not connecting to API running in Android device


Go to \resources\android\xml\

Open network_security_config.xml

Include domain below

<domain includeSubdomains="true">Your API IP or domain </domain>

No comments: