Hi,
I am new to Xamarin development, and I was hoping someone can help. I am trying to create an Forms app that can read settings from something like an app.config. The basics of the app is that it is talking to our own web api, which is hosted on a customer specific server (i.e. http://customer.ourdomain.com/api), and we want to adjust the URL per customer in advance of being deployed. I have managed to get my app to read a file from an android asset file, but I can't adjust that after building. We will be targeting iOS and Android to start, but with Windows Phone (probably 10) to come later.
Is there anything that I can use to achieve this?
Many thanks