Hi guys,
I developed my app locally and I tested it using my local browser. Now I pushed on Ionic Repo, the app has been built successfully, but In Ionic View on my iPhone the remote calls not work.Is it required to enable remote call via configuration file? If yes, what is the property?
In the config.xml I have setted:
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
Thanks