In the asp.net web world we have web.config with appsettings and we can create config transforms for different environments (dev, test, production).
What is the best way of dealing with these in xamarin.forms where we want to use those appsettings in the core PCL?
Im mostly talking about things like service endpoint addresses, etc.
Thanks,
Jason