I'm developing an application in Universal Windows App (for Windows 10, Windows 10 Mobile, etc.), which basically this application makes consumption of data that are in the service running in WCF.
It turns out that I have a unique solution where I have the WCF service and my Windows App. When I run this application in a development environment, everything runs perfectly, even up, because the service is running on a host location.
What would make it easier for me to do this was that by doing a Pulish of the service, the system automatically switched the server address settings to the production address. What in the WCF case I did
I just did not get it for the Windows App. I mean, I would like to re-point the address of the WCF service within this Windows App during the Deploying process.
Note: I've already managed to do this in a WebApp (Asp.MVC) where just changing web.config
My question is, how do I do this in a Windows 10 Windows App / Windows Phone?
I know perfectly well that I could do this in the Visual Studio Add Reference process by just pointing to the production server's address. But in practice this is not very fluent